[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/2] ppc/xics: simplify ICS and ICP creation
From: |
Cédric Le Goater |
Subject: |
[Qemu-ppc] [PATCH 0/2] ppc/xics: simplify ICS and ICP creation |
Date: |
Mon, 13 Feb 2017 15:09:15 +0100 |
Hello,
This series moves the creation of the ICS and ICP objects from the
XICS object to the sPAPR machine. This simplifies the code
significantly and prepares ground for future changes on the XICS object.
The goal is to reduce XICS to a set of Interfaces of the machine
providing accessors to the ICS and ICPs objects.
Thanks,
C.
Cédric Le Goater (2):
ppc/xics: remove set_nr_irqs() handler from XICSStateClass
ppc/xics: remove set_nr_servers() handler from XICSStateClass
hw/intc/xics.c | 78 ++++-----------------------------------------------
hw/intc/xics_kvm.c | 55 +-----------------------------------
hw/intc/xics_spapr.c | 60 ---------------------------------------
hw/ppc/spapr.c | 60 ++++++++++++++++++++++++++++++---------
include/hw/ppc/xics.h | 2 --
5 files changed, 53 insertions(+), 202 deletions(-)
--
2.7.4
- [Qemu-ppc] [PATCH 0/2] ppc/xics: simplify ICS and ICP creation,
Cédric Le Goater <=
[Qemu-ppc] [PATCH 2/2] ppc/xics: remove set_nr_servers() handler from XICSStateClass, Cédric Le Goater, 2017/02/13