]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Change the PCI IO region start to that hardcoded in VBE bios (reported by Jeremy...
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 3 May 2007 10:09:56 +0000 (10:09 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 3 May 2007 10:09:56 +0000 (10:09 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2768 c046a42c-6fe2-441c-8c8c-71466251a162

hw/vmware_vga.c

index 1a4f4cd9d34ff2477de8e21176889a3c5994b9e2..dda45dfef65531a44c4f0f09e462c58f60035613 100644 (file)
@@ -114,14 +114,14 @@ struct pci_vmsvga_state_s {
 # define SVGA_IO_BASE          SVGA_LEGACY_BASE_PORT
 # define SVGA_IO_MUL           1
 # define SVGA_FIFO_SIZE                0x10000
-# define SVGA_MEM_BASE         0xec000000
+# define SVGA_MEM_BASE         0xe0000000
 # define SVGA_PCI_DEVICE_ID    PCI_DEVICE_ID_VMWARE_SVGA2
 #else
 # define SVGA_ID               SVGA_ID_1
 # define SVGA_IO_BASE          SVGA_LEGACY_BASE_PORT
 # define SVGA_IO_MUL           4
 # define SVGA_FIFO_SIZE                0x10000
-# define SVGA_MEM_BASE         0xec000000
+# define SVGA_MEM_BASE         0xe0000000
 # define SVGA_PCI_DEVICE_ID    PCI_DEVICE_ID_VMWARE_SVGA
 #endif