All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] sPAPRMachineState cleanups
@ 2015-05-07  3:57 David Gibson
  2015-05-07  3:57 ` [Qemu-devel] [PATCH 1/4] spapr: Merge sPAPREnvironment into sPAPRMachineState David Gibson
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: David Gibson @ 2015-05-07  3:57 UTC (permalink / raw)
  To: qemu-ppc, qemu-devel
  Cc: lvivier, thuth, aik, mdroth, agraf, bharata, afaerber,
	David Gibson

This series makes some cleanups to the structures tracking overall
machine state for spapr (-machine pseries).  First the old
sPAPREnvironment structure (which predates the generic MachineState
structure) is merged into a spapr specific subclass of MachineState.
Then some obsolete fields are cleaned up.

If I receive a review or two, with nothing terribly wrong, I'll merge
this into the spapr-next branch.

David Gibson (4):
  spapr: Merge sPAPREnvironment into sPAPRMachineState
  spapr: Remove obsolete ram_limit field from sPAPRMachineState
  spapr: Remove obsolete entry_point field from sPAPRMachineState
  spapr: Add sPAPRMachineClass

 hw/char/spapr_vty.c         |  14 +-
 hw/intc/xics.c              |  42 +++---
 hw/intc/xics_kvm.c          |   2 +-
 hw/net/spapr_llan.c         |  20 +--
 hw/nvram/spapr_nvram.c      |   8 +-
 hw/ppc/spapr.c              | 339 +++++++++++++++++++++-----------------------
 hw/ppc/spapr_events.c       |  37 ++---
 hw/ppc/spapr_hcall.c        |  45 +++---
 hw/ppc/spapr_iommu.c        |   8 +-
 hw/ppc/spapr_pci.c          |  91 ++++++------
 hw/ppc/spapr_rtas.c         |  66 ++++-----
 hw/ppc/spapr_rtc.c          |  12 +-
 hw/ppc/spapr_vio.c          |  31 ++--
 include/hw/pci-host/spapr.h |  12 +-
 include/hw/ppc/spapr.h      |  51 +++++--
 include/hw/ppc/spapr_vio.h  |   6 +-
 16 files changed, 407 insertions(+), 377 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2015-05-26  2:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07  3:57 [Qemu-devel] [PATCH 0/4] sPAPRMachineState cleanups David Gibson
2015-05-07  3:57 ` [Qemu-devel] [PATCH 1/4] spapr: Merge sPAPREnvironment into sPAPRMachineState David Gibson
2015-05-07  8:13   ` Thomas Huth
2015-05-26  1:14     ` David Gibson
2015-05-07  3:57 ` [Qemu-devel] [PATCH 2/4] spapr: Remove obsolete ram_limit field from sPAPRMachineState David Gibson
2015-05-07  4:12   ` Alexey Kardashevskiy
2015-05-07  4:40     ` David Gibson
2015-05-26  1:23     ` David Gibson
2015-05-07  3:57 ` [Qemu-devel] [PATCH 3/4] spapr: Remove obsolete entry_point " David Gibson
2015-05-07  4:50   ` Bharata B Rao
2015-05-26  1:39     ` David Gibson
2015-05-07  3:57 ` [Qemu-devel] [PATCH 4/4] spapr: Add sPAPRMachineClass David Gibson

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.