Re: [Qemu-devel] [PATCH V9 09/16] xen: add a 8259 Interrupt Controller

2011-01-27 Thread Anthony PERARD
On Wed, 26 Jan 2011, Anthony Liguori wrote: > On 01/25/2011 08:29 AM, anthony.per...@citrix.com wrote: > > From: Anthony PERARD > > > > Introduce a 8259 Interrupt Controller for target-xen; every set_irq > > call makes a Xen hypercall. > > > > Signed-off-by: Anthony PERARD > > Signed-off-by: Stefa

Re: [Qemu-devel] [PATCH V9 09/16] xen: add a 8259 Interrupt Controller

2011-01-26 Thread Anthony Liguori
On 01/25/2011 08:29 AM, anthony.per...@citrix.com wrote: From: Anthony PERARD Introduce a 8259 Interrupt Controller for target-xen; every set_irq call makes a Xen hypercall. Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini --- hw/xen_common.h |2 ++ hw/xen_machine_fv.c

[Qemu-devel] [PATCH V9 09/16] xen: add a 8259 Interrupt Controller

2011-01-25 Thread anthony . perard
From: Anthony PERARD Introduce a 8259 Interrupt Controller for target-xen; every set_irq call makes a Xen hypercall. Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini --- hw/xen_common.h |2 ++ hw/xen_machine_fv.c |5 ++--- xen-all.c | 12 3