This was never corrected during the ram_alloc() conversion.
Index: qemu/hw/pc.c
===================================================================
--- qemu.orig/hw/pc.c 2008-02-01 10:01:47.000000000 -0600
+++ qemu/hw/pc.c 2008-02-01 10:57:01.000000000 -0600
@@ -869,7 +869,7 @@
} else if (vmsvga_enabled) {
if (pci_enabled)
pci_vmsvga_init(pci_bus, ds, phys_ram_base + ram_size,
- ram_size, vga_ram_size);
+ vga_ram_addr, vga_ram_size);
else
fprintf(stderr, "%s: vmware_vga: no PCI bus\n", __FUNCTION__);
} else {
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel