qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] spapr: DRC cleanups (part II)
@ 2017-06-02  7:29 David Gibson
  2017-06-02  7:29 ` [Qemu-devel] [PATCH 1/5] spapr: Introduce DRC subclasses David Gibson
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: David Gibson @ 2017-06-02  7:29 UTC (permalink / raw)
  To: mdroth
  Cc: lvivier, qemu-ppc, qemu-devel, bharata, sursingh, groug,
	David Gibson

Having merged my first batch of cleanups for the DRC code, this series
contains a second batch.

This adds the long-discussed QOM subtypes for different PAPR DRC
types.  It still only makes partial use of the QOM type structure, but
it's a start.  It also removes the artificial separation between
configure-connector and DRC state, which simplifies a number of things.

David Gibson (5):
  spapr: Introduce DRC subclasses
  spapr: Clean up spapr_dr_connector_by_*()
  spapr: Move configure-connector state into DRC
  spapr: Eliminate spapr_drc_get_type_str()
  spapr: Remove some non-useful properties on DRC objects

 hw/ppc/spapr.c             |  37 +++---
 hw/ppc/spapr_drc.c         | 275 +++++++++++++++++++--------------------------
 hw/ppc/spapr_events.c      |   2 +-
 hw/ppc/spapr_pci.c         |   9 +-
 include/hw/ppc/spapr.h     |  14 ---
 include/hw/ppc/spapr_drc.h |  60 +++++++++-
 6 files changed, 189 insertions(+), 208 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-06-05 23:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02  7:29 [Qemu-devel] [PATCH 0/5] spapr: DRC cleanups (part II) David Gibson
2017-06-02  7:29 ` [Qemu-devel] [PATCH 1/5] spapr: Introduce DRC subclasses David Gibson
2017-06-03 22:05   ` Michael Roth
2017-06-04 10:25     ` David Gibson
2017-06-05  3:31   ` [Qemu-devel] [PATCHv2 " David Gibson
2017-06-05 16:32     ` Michael Roth
2017-06-05 23:37       ` David Gibson
2017-06-02  7:29 ` [Qemu-devel] [PATCH 2/5] spapr: Clean up spapr_dr_connector_by_*() David Gibson
2017-06-03 22:16   ` Michael Roth
2017-06-02  7:29 ` [Qemu-devel] [PATCH 3/5] spapr: Move configure-connector state into DRC David Gibson
2017-06-03 22:24   ` Michael Roth
2017-06-04 10:26     ` David Gibson
2017-06-02  7:29 ` [Qemu-devel] [PATCH 4/5] spapr: Eliminate spapr_drc_get_type_str() David Gibson
2017-06-03 22:27   ` Michael Roth
2017-06-02  7:29 ` [Qemu-devel] [PATCH 5/5] spapr: Remove some non-useful properties on DRC objects David Gibson
2017-06-03 22:34   ` Michael Roth

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).