* [Qemu-devel] [4161] vmwarevga: fix PCI IO region registration
@ 2008-04-04 17:16 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-04-04 17:16 UTC (permalink / raw)
To: qemu-devel
Revision: 4161
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4161
Author: aurel32
Date: 2008-04-04 17:16:45 +0000 (Fri, 04 Apr 2008)
Log Message:
-----------
vmwarevga: fix PCI IO region registration
Modified Paths:
--------------
trunk/hw/vmware_vga.c
Modified: trunk/hw/vmware_vga.c
===================================================================
--- trunk/hw/vmware_vga.c 2008-04-04 17:16:35 UTC (rev 4160)
+++ trunk/hw/vmware_vga.c 2008-04-04 17:16:45 UTC (rev 4161)
@@ -1237,7 +1237,7 @@
pci_register_io_region(&s->card, 0, 0x10,
PCI_ADDRESS_SPACE_IO, pci_vmsvga_map_ioport);
- pci_register_io_region(&s->card, 0, vga_ram_size,
+ pci_register_io_region(&s->card, 1, vga_ram_size,
PCI_ADDRESS_SPACE_MEM_PREFETCH, pci_vmsvga_map_mem);
vmsvga_init(&s->chip, ds, vga_ram_base, vga_ram_offset, vga_ram_size);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-04 17:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-04 17:16 [Qemu-devel] [4161] vmwarevga: fix PCI IO region registration Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).