Re: [Qemu-devel] [PATCH v8 18/18] kvm: Activate in-kernel irqchip support

2012-01-24 Thread Anthony Liguori
On 01/24/2012 08:13 AM, Avi Kivity wrote: On 01/24/2012 04:10 PM, Jan Kiszka wrote: On 2012-01-24 15:05, Avi Kivity wrote: On 01/19/2012 08:54 PM, Jan Kiszka wrote: Nope, see kvm_irqchip_create, patch 13. You can also check by browsing the qtree (different device model names). That was my bi

Re: [Qemu-devel] [PATCH v8 18/18] kvm: Activate in-kernel irqchip support

2012-01-24 Thread Anthony Liguori
On 01/24/2012 08:05 AM, Avi Kivity wrote: On 01/19/2012 08:54 PM, Jan Kiszka wrote: Nope, see kvm_irqchip_create, patch 13. You can also check by browsing the qtree (different device model names). That was my biggest objection to the previous iterations. Later versions changed to use an attri

Re: [Qemu-devel] [PATCH v8 18/18] kvm: Activate in-kernel irqchip support

2012-01-24 Thread Avi Kivity
On 01/24/2012 04:10 PM, Jan Kiszka wrote: > On 2012-01-24 15:05, Avi Kivity wrote: > > On 01/19/2012 08:54 PM, Jan Kiszka wrote: > >> Nope, see kvm_irqchip_create, patch 13. You can also check by browsing > >> the qtree (different device model names). > > > > That was my biggest objection to the p

Re: [Qemu-devel] [PATCH v8 18/18] kvm: Activate in-kernel irqchip support

2012-01-24 Thread Jan Kiszka
On 2012-01-24 15:05, Avi Kivity wrote: > On 01/19/2012 08:54 PM, Jan Kiszka wrote: >> Nope, see kvm_irqchip_create, patch 13. You can also check by browsing >> the qtree (different device model names). > > That was my biggest objection to the previous iterations. Later > versions changed to use a

Re: [Qemu-devel] [PATCH v8 18/18] kvm: Activate in-kernel irqchip support

2012-01-24 Thread Avi Kivity
On 01/19/2012 08:54 PM, Jan Kiszka wrote: > Nope, see kvm_irqchip_create, patch 13. You can also check by browsing > the qtree (different device model names). That was my biggest objection to the previous iterations. Later versions changed to use an attribute (selecting the backend). What happen

Re: [Qemu-devel] [PATCH v8 18/18] kvm: Activate in-kernel irqchip support

2012-01-19 Thread Jan Kiszka
On 2012-01-19 19:08, Marcelo Tosatti wrote: > On Thu, Jan 19, 2012 at 12:25:10PM +0100, Jan Kiszka wrote: >> Make the basic in-kernel irqchip support selectable via >> -machine ...,kernel_irqchip=on. Leave it off by default until it can >> fully replace user space models. >> >> Signed-off-by: Jan K

Re: [Qemu-devel] [PATCH v8 18/18] kvm: Activate in-kernel irqchip support

2012-01-19 Thread Marcelo Tosatti
On Thu, Jan 19, 2012 at 12:25:10PM +0100, Jan Kiszka wrote: > Make the basic in-kernel irqchip support selectable via > -machine ...,kernel_irqchip=on. Leave it off by default until it can > fully replace user space models. > > Signed-off-by: Jan Kiszka > --- > qemu-config.c |4 > qem

[Qemu-devel] [PATCH v8 18/18] kvm: Activate in-kernel irqchip support

2012-01-19 Thread Jan Kiszka
Make the basic in-kernel irqchip support selectable via -machine ...,kernel_irqchip=on. Leave it off by default until it can fully replace user space models. Signed-off-by: Jan Kiszka --- qemu-config.c |4 qemu-options.hx |5 - 2 files changed, 8 insertions(+), 1 deletions(-)