Re: [Qemu-devel] [PATCH] xics_kvm: use KVM helpers

2018-06-11 Thread David Gibson
On Mon, Jun 11, 2018 at 06:23:10PM +0200, Cédric Le Goater wrote: > The KVM helpers hide the low level interface used to communicate to > the XICS KVM device and provide a good cleanup to the XICS KVM models. > > Signed-off-by: Cédric Le Goater Applied to ppc-for-3.0, thanks. > --- > hw/intc/x

[Qemu-devel] [PATCH] xics_kvm: use KVM helpers

2018-06-11 Thread Cédric Le Goater
The KVM helpers hide the low level interface used to communicate to the XICS KVM device and provide a good cleanup to the XICS KVM models. Signed-off-by: Cédric Le Goater --- hw/intc/xics_kvm.c | 52 ++-- 1 file changed, 14 insertions(+), 38 deleti