Re: [Qemu-devel] [PATCH] spapr: Report kvm_irqchip_in_kernel() in 'info pic'

2019-09-15 Thread David Gibson
On Thu, Sep 12, 2019 at 04:30:09PM +0200, Greg Kurz wrote: 65;5603;1c> Unless the machine was started with kernel-irqchip=on, we cannot easily > tell if we're actually using an in-kernel or an emulated irqchip. This > information is important enough that it is worth printing it in 'info > pic'. >

[Qemu-devel] [PATCH] spapr: Report kvm_irqchip_in_kernel() in 'info pic'

2019-09-12 Thread Greg Kurz
Unless the machine was started with kernel-irqchip=on, we cannot easily tell if we're actually using an in-kernel or an emulated irqchip. This information is important enough that it is worth printing it in 'info pic'. Signed-off-by: Greg Kurz --- hw/ppc/spapr.c |4 1 file changed, 4 in

Re: [Qemu-devel] [PATCH] spapr: Report kvm_irqchip_in_kernel() in 'info pic'

2019-09-12 Thread Cédric Le Goater
On 12/09/2019 16:30, Greg Kurz wrote: > Unless the machine was started with kernel-irqchip=on, we cannot easily > tell if we're actually using an in-kernel or an emulated irqchip. This > information is important enough that it is worth printing it in 'info > pic'. Nice ! > Signed-off-by: Greg K