Re: [Qemu-devel] Re: [PATCH, RFC 1/4] pci: add I/O registration functions

2010-05-28 Thread Paul Brook
> On Thu, May 27, 2010 at 2:39 PM, Michael S. Tsirkin wrote: > > On Sun, May 23, 2010 at 08:34:30PM +, Blue Swirl wrote: > >> Convert also APB to use the registration so that > >> we can remove mem_base. > >> > >> Signed-off-by: Blue Swirl > >> --- > >> hw/apb_pci.c | 23 +

[Qemu-devel] Re: [PATCH, RFC 1/4] pci: add I/O registration functions

2010-05-27 Thread Blue Swirl
On Thu, May 27, 2010 at 2:39 PM, Michael S. Tsirkin wrote: > On Sun, May 23, 2010 at 08:34:30PM +, Blue Swirl wrote: >> Convert also APB to use the registration so that >> we can remove mem_base. >> >> Signed-off-by: Blue Swirl >> --- >>  hw/apb_pci.c |   23 - >>  hw/pci.c

[Qemu-devel] Re: [PATCH, RFC 1/4] pci: add I/O registration functions

2010-05-27 Thread Michael S. Tsirkin
On Sun, May 23, 2010 at 08:34:30PM +, Blue Swirl wrote: > Convert also APB to use the registration so that > we can remove mem_base. > > Signed-off-by: Blue Swirl > --- > hw/apb_pci.c | 23 - > hw/pci.c | 64 ++--