Re: [Qemu-devel] [PATCH 10/10] xics: Drop the KVM ICS class
On 2/15/19 12:40 PM, Greg Kurz wrote: > The KVM ICS class isn't used anymore. Drop it. Reviewed-by: Cédric Le Goater Thanks, C. > Signed-off-by: Greg Kurz > --- > hw/intc/xics_kvm.c| 40 > hw/ppc/spapr_irq.c|2 +- > include/hw/ppc/xics.h
[Qemu-devel] [PATCH 10/10] xics: Drop the KVM ICS class
The KVM ICS class isn't used anymore. Drop it. Signed-off-by: Greg Kurz --- hw/intc/xics_kvm.c| 40 hw/ppc/spapr_irq.c|2 +- include/hw/ppc/xics.h |3 --- 3 files changed, 1 insertion(+), 44 deletions(-) diff --git a/hw/intc/xics_kvm.c