Re: [Qemu-devel] [RFC][PATCH 11/16] kvm: Introduce core services for in-kernel irqchip support

2011-12-04 Thread Avi Kivity
On 12/04/2011 03:30 PM, Jan Kiszka wrote: > > Well, I have to comment on something. If you don't want spelling > > corrections, leave some trailing whitespace. > > I could create a messpatch.pl... Ah, and with a --reverse flag we could go through the motions of patch review without requiring a re

Re: [Qemu-devel] [RFC][PATCH 11/16] kvm: Introduce core services for in-kernel irqchip support

2011-12-04 Thread Jan Kiszka
On 2011-12-04 14:28, Avi Kivity wrote: > On 12/04/2011 03:27 PM, Jan Kiszka wrote: >> On 2011-12-04 14:23, Avi Kivity wrote: >>> On 12/03/2011 01:17 PM, Jan Kiszka wrote: From: Jan Kiszka Add the basic infrastructure to active in-kernel irqchip support, inject interrupts into t

Re: [Qemu-devel] [RFC][PATCH 11/16] kvm: Introduce core services for in-kernel irqchip support

2011-12-04 Thread Avi Kivity
On 12/04/2011 03:27 PM, Jan Kiszka wrote: > On 2011-12-04 14:23, Avi Kivity wrote: > > On 12/03/2011 01:17 PM, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> Add the basic infrastructure to active in-kernel irqchip support, inject > >> interrupts into these models, and maintain IRQ routes. > >>

Re: [Qemu-devel] [RFC][PATCH 11/16] kvm: Introduce core services for in-kernel irqchip support

2011-12-04 Thread Jan Kiszka
On 2011-12-04 14:23, Avi Kivity wrote: > On 12/03/2011 01:17 PM, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Add the basic infrastructure to active in-kernel irqchip support, inject >> interrupts into these models, and maintain IRQ routes. >> >> Routing is optional and depends on the host arch sup

Re: [Qemu-devel] [RFC][PATCH 11/16] kvm: Introduce core services for in-kernel irqchip support

2011-12-04 Thread Avi Kivity
On 12/03/2011 01:17 PM, Jan Kiszka wrote: > From: Jan Kiszka > > Add the basic infrastructure to active in-kernel irqchip support, inject > interrupts into these models, and maintain IRQ routes. > > Routing is optional and depends on the host arch supporting > KVM_CAP_IRQ_ROUTING. When it's not av

[Qemu-devel] [RFC][PATCH 11/16] kvm: Introduce core services for in-kernel irqchip support

2011-12-03 Thread Jan Kiszka
From: Jan Kiszka Add the basic infrastructure to active in-kernel irqchip support, inject interrupts into these models, and maintain IRQ routes. Routing is optional and depends on the host arch supporting KVM_CAP_IRQ_ROUTING. When it's not available on x86, we loose the HPET as we can't route GS