Re: [Qemu-devel] [PATCH 1/2] apb_pci: convert PCI space to memory API

2011-09-04 Thread Blue Swirl
On Sun, Sep 4, 2011 at 8:10 AM, Avi Kivity wrote: > On 09/04/2011 12:18 AM, Blue Swirl wrote: >> >> Add a new memory space for PCI instead of using system memory. >> >> This also fixes a bug where VGA region vga.chain4 is >> accidentally mapped to 0xa instead of 0x1ff000a. >> >> > > Looks

Re: [Qemu-devel] [PATCH 1/2] apb_pci: convert PCI space to memory API

2011-09-04 Thread Avi Kivity
On 09/04/2011 12:18 AM, Blue Swirl wrote: Add a new memory space for PCI instead of using system memory. This also fixes a bug where VGA region vga.chain4 is accidentally mapped to 0xa instead of 0x1ff000a. Looks good. I assume you'll commit this directly, since it fixes a regressi

[Qemu-devel] [PATCH 1/2] apb_pci: convert PCI space to memory API

2011-09-03 Thread Blue Swirl
Add a new memory space for PCI instead of using system memory. This also fixes a bug where VGA region vga.chain4 is accidentally mapped to 0xa instead of 0x1ff000a. Signed-off-by: Blue Swirl --- hw/apb_pci.c | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --