Re: [Qemu-devel] [PATCH v5 31/36] spapr/xive: export the spapr_xive_kvm_init() routine

2018-11-28 Thread David Gibson
On Fri, Nov 16, 2018 at 11:57:24AM +0100, Cédric Le Goater wrote: > We will need it to initialize the KVM XIVE device globally from the > machine when the XIVE interrupt mode is selected. > > Signed-off-by: Cédric Le Goater This is so trivial, I think it's better to fold it into the patch which

[Qemu-devel] [PATCH v5 31/36] spapr/xive: export the spapr_xive_kvm_init() routine

2018-11-16 Thread Cédric Le Goater
We will need it to initialize the KVM XIVE device globally from the machine when the XIVE interrupt mode is selected. Signed-off-by: Cédric Le Goater --- include/hw/ppc/spapr_xive.h | 2 ++ hw/intc/spapr_xive_kvm.c| 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git