All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] ppc/xics: simplify ICS and ICP creation
@ 2017-02-13 14:09 Cédric Le Goater
  2017-02-13 14:09 ` [Qemu-devel] [PATCH 1/2] ppc/xics: remove set_nr_irqs() handler from XICSStateClass Cédric Le Goater
  2017-02-13 14:09 ` [Qemu-devel] [PATCH 2/2] ppc/xics: remove set_nr_servers() " Cédric Le Goater
  0 siblings, 2 replies; 9+ messages in thread
From: Cédric Le Goater @ 2017-02-13 14:09 UTC (permalink / raw)
  To: David Gibson; +Cc: qemu-ppc, qemu-devel, Cédric Le Goater

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-02-15  7:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13 14:09 [Qemu-devel] [PATCH 0/2] ppc/xics: simplify ICS and ICP creation Cédric Le Goater
2017-02-13 14:09 ` [Qemu-devel] [PATCH 1/2] ppc/xics: remove set_nr_irqs() handler from XICSStateClass Cédric Le Goater
2017-02-14  5:02   ` David Gibson
2017-02-14  7:04     ` Cédric Le Goater
2017-02-14 14:52       ` Cédric Le Goater
2017-02-15  1:59         ` David Gibson
2017-02-15  7:18           ` Cédric Le Goater
2017-02-15  1:58       ` David Gibson
2017-02-13 14:09 ` [Qemu-devel] [PATCH 2/2] ppc/xics: remove set_nr_servers() " Cédric Le Goater

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.