]> Git Repo - qemu.git/commit - hw/pci.c
pci: Fix function pci_default_write_config
authorStefan Weil <[email protected]>
Fri, 13 Nov 2009 22:26:27 +0000 (23:26 +0100)
committerAurelien Jarno <[email protected]>
Sat, 14 Nov 2009 00:14:26 +0000 (01:14 +0100)
commit91011d4f3b7c311a42b842f6682ac64a2372d2b7
tree33a8e3f2e6d2006dd29d6e255f5497fdd99a1bb8
parente16ad5b0442931e6b76be246cf9dd2866ce352c8
pci: Fix function pci_default_write_config

Change 260c0cd3d985e51b15870ff47e17b7b930efbda1
(pci: use range helper functions) introduced a
bug which made pci cirrus vga on mips malta
(and maybe other pci devices) fail.

Don't change addr - its original value is needed
by ranges_overlap() and range_covers().

Signed-off-by: Stefan Weil <[email protected]>
Acked-by: Ryan Harper <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
hw/pci.c
This page took 0.025404 seconds and 4 git commands to generate.