[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 0/6] spapr: DRC cleanups (part IV)
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [PATCH 0/6] spapr: DRC cleanups (part IV) |
Date: |
Tue, 20 Jun 2017 03:51:52 +0800 |
User-agent: |
Mutt/1.8.0 (2017-02-23) |
On Thu, Jun 08, 2017 at 03:09:24PM +1000, David Gibson wrote:
> This fourth isntallment of cleanups to the DRC code introduces the
> first changes to the fundamental state handling. We change the
> initial states in the reset code and attach code for PCI devices, and
> are able to remove the 'signalled' state variable with those fixes.
>
> There are also some more mechanical cleanups in preparation for
> further cleanups and fixes to the state management.
Merged to ppc-for-2.10.
>
> David Gibson (6):
> spapr: Start hotplugged PCI devices in ISOLATED state
> spapr: Eliminate DRC 'signalled' state variable
> spapr: Split DRC release from DRC detach
> spapr: Make DRC reset force DRC into known state
> spapr: Clean up DRC set_allocation_state path
> spapr: Clean up DRC set_isolation_state() path
>
> hw/ppc/spapr.c | 15 --
> hw/ppc/spapr_drc.c | 363
> +++++++++++++++++++++++----------------------
> hw/ppc/spapr_events.c | 10 --
> include/hw/ppc/spapr_drc.h | 10 +-
> 4 files changed, 188 insertions(+), 210 deletions(-)
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- [Qemu-ppc] [PATCH 1/6] spapr: Start hotplugged PCI devices in ISOLATED state, (continued)