Re: [Qemu-devel] [PATCH 11/15] piix3: introduce register_set_irq and register_map_irq

2010-08-13 Thread Stefano Stabellini
On Thu, 12 Aug 2010, Blue Swirl wrote: > On Thu, Aug 12, 2010 at 2:09 PM, wrote: > > From: Anthony PERARD > > > > This patch introduces a generic function registration mechanism for > > set_irq and map_irq in piix3, so that the two calls can be > > overridden with platform specific functions whe

Re: [Qemu-devel] [PATCH 11/15] piix3: introduce register_set_irq and register_map_irq

2010-08-12 Thread Blue Swirl
On Thu, Aug 12, 2010 at 2:09 PM, wrote: > From: Anthony PERARD > > This patch introduces a generic function registration mechanism for > set_irq and map_irq in piix3, so that the two calls can be > overridden with platform specific functions whenever needed. > The patch also implements and regis

[Qemu-devel] [PATCH 11/15] piix3: introduce register_set_irq and register_map_irq

2010-08-12 Thread stefano . stabellini
From: Anthony PERARD This patch introduces a generic function registration mechanism for set_irq and map_irq in piix3, so that the two calls can be overridden with platform specific functions whenever needed. The patch also implements and registers the Xen specific version of the functions. Sign