[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCHv2 0/7] spapr: DRC cleanups (part III)
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PATCHv2 0/7] spapr: DRC cleanups (part III) |
Date: |
Wed, 7 Jun 2017 13:20:11 +1000 |
A third batch of cleanups to the DRC code. This continues to clear
away relatively simple cruft, to get a clearer look at the fundamental
state handling.
Changes since v1:
* Some comment updates suggested by Mike Roth
* Changed approach to the get_name cleanup, using generated on the
fly names, instead of externally assigned names
* Added in some cleanups to hotplug code in spapr_pci.c
David Gibson (7):
spapr: Clean up DR entity sense handling
spapr: Don't misuse DR-indicator in spapr_recover_pending_dimm_state()
spapr: Clean up RTAS set-indicator
spapr: Clean up handling of DR-indicator
spapr: Change DRC attach & detach methods to functions
spapr: Fold spapr_phb_{add,remove}_pci_device() into their only
callers
spapr: Rework DRC name handling
hw/ppc/spapr.c | 30 ++---
hw/ppc/spapr_drc.c | 269 ++++++++++++++++++++-------------------------
hw/ppc/spapr_pci.c | 72 +++++-------
hw/ppc/trace-events | 5 +-
include/hw/ppc/spapr_drc.h | 30 ++---
5 files changed, 171 insertions(+), 235 deletions(-)
--
2.9.4
- [Qemu-ppc] [PATCHv2 0/7] spapr: DRC cleanups (part III),
David Gibson <=
- [Qemu-ppc] [PATCHv2 3/7] spapr: Clean up RTAS set-indicator, David Gibson, 2017/06/06
- [Qemu-ppc] [PATCHv2 1/7] spapr: Clean up DR entity sense handling, David Gibson, 2017/06/06
- [Qemu-ppc] [PATCHv2 2/7] spapr: Don't misuse DR-indicator in spapr_recover_pending_dimm_state(), David Gibson, 2017/06/06
- [Qemu-ppc] [PATCHv2 6/7] spapr: Fold spapr_phb_{add, remove}_pci_device() into their only callers, David Gibson, 2017/06/06
- [Qemu-ppc] [PATCHv2 4/7] spapr: Clean up handling of DR-indicator, David Gibson, 2017/06/06
- [Qemu-ppc] [PATCHv2 5/7] spapr: Change DRC attach & detach methods to functions, David Gibson, 2017/06/06
- [Qemu-ppc] [PATCHv2 7/7] spapr: Rework DRC name handling, David Gibson, 2017/06/06
- Re: [Qemu-ppc] [PATCHv2 0/7] spapr: DRC cleanups (part III), Michael Roth, 2017/06/07