|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] RE: VTI will crash with memory=3073M
On Wed, Sep 24, 2008 at 07:03:12PM +0900, Isaku Yamahata wrote:
> I think I tracked down the cause and created a patch.
> Please comment or give it a try.
> However gfw seems very unstable now. So this patch isn't for
> commit for the moment.
For those who want to give it a try, the following patch is
the work around patch. Should qemu-xen be looked into?
diff -r 52e0655ee541
edk2-sparse/EdkQemuPkg/Chipset/PcCompatible/VgaInit/Dxe/XenVRam.c
--- a/edk2-sparse/EdkQemuPkg/Chipset/PcCompatible/VgaInit/Dxe/XenVRam.c Wed Sep
24 22:47:04 2008 +0900
+++ b/edk2-sparse/EdkQemuPkg/Chipset/PcCompatible/VgaInit/Dxe/XenVRam.c Wed Sep
24 23:25:49 2008 +0900
@@ -63,6 +63,8 @@
EFI_PHYSICAL_ADDRESS VgaRam;
UINT32 Data32;
UINT32 Bar0;
+
+ return;
for (Device = 0; Device <= PCI_MAX_DEVICE; Device++) {
UINT16 VendorId;
--
yamahata
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|