And attached is v2 which updates both uses of ram_size instead of just the one :-) Regards, Anthony Liguori Anthony Liguori wrote: > 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 { >