qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] spapr: preliminary cleanups before introducing XIVE
@ 2017-12-01 16:05 Cédric Le Goater
  2017-12-01 16:06 ` [Qemu-devel] [PATCH 1/5] ppc/xics: introduce an icp_create() helper Cédric Le Goater
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Cédric Le Goater @ 2017-12-01 16:05 UTC (permalink / raw)
  To: qemu-ppc, qemu-devel, David Gibson, Greg Kurz; +Cc: Cédric Le Goater

Hello,

These are initial patches of the XIVE patchset which prepare ground
for the integration of the XIVE model.

Thanks,

C.

Cédric Le Goater (5):
  ppc/xics: introduce an icp_create() helper
  ppc/xics: assign of the CPU 'intc' pointer under the core
  spapr: move the IRQ allocation routines under the machine
  spapr: introduce a spapr_irq_set_lsi() helper
  spapr: introduce a spapr_qirq() helper

 hw/intc/trace-events        |   4 --
 hw/intc/xics.c              |  34 ++++++-----
 hw/intc/xics_spapr.c        | 114 -------------------------------------
 hw/ppc/pnv_core.c           |  10 +---
 hw/ppc/spapr.c              | 133 ++++++++++++++++++++++++++++++++++++++++++++
 hw/ppc/spapr_cpu_core.c     |  14 +----
 hw/ppc/spapr_events.c       |  16 +++---
 hw/ppc/spapr_pci.c          |  10 ++--
 hw/ppc/spapr_vio.c          |   2 +-
 hw/ppc/trace-events         |   4 ++
 include/hw/pci-host/spapr.h |   2 +-
 include/hw/ppc/spapr.h      |   7 +++
 include/hw/ppc/spapr_vio.h  |   2 +-
 include/hw/ppc/xics.h       |   8 +--
 14 files changed, 187 insertions(+), 173 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2017-12-02 23:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 16:05 [Qemu-devel] [PATCH 0/5] spapr: preliminary cleanups before introducing XIVE Cédric Le Goater
2017-12-01 16:06 ` [Qemu-devel] [PATCH 1/5] ppc/xics: introduce an icp_create() helper Cédric Le Goater
2017-12-01 16:06 ` [Qemu-devel] [PATCH 2/5] ppc/xics: assign of the CPU 'intc' pointer under the core Cédric Le Goater
2017-12-01 16:06 ` [Qemu-devel] [PATCH 3/5] spapr: move the IRQ allocation routines under the machine Cédric Le Goater
2017-12-01 16:06 ` [Qemu-devel] [PATCH 4/5] spapr: introduce a spapr_irq_set_lsi() helper Cédric Le Goater
2017-12-01 16:06 ` [Qemu-devel] [PATCH 5/5] spapr: introduce a spapr_qirq() helper Cédric Le Goater
2017-12-02  1:33 ` [Qemu-devel] [PATCH 0/5] spapr: preliminary cleanups before introducing XIVE David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).