[Qemu-devel] [PATCH v3 0/2] s390x/pci: hotplug handler fixes and reworks

David Hildenbrand posted 2 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190121134249.16615-1-david@redhat.com
Maintainers: David Hildenbrand <david@redhat.com>, Richard Henderson <rth@twiddle.net>, Christian Borntraeger <borntraeger@de.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Collin Walling <walling@linux.ibm.com>, Cornelia Huck <cohuck@redhat.com>
hw/s390x/s390-pci-bus.c | 174 +++++++++++++++++++++++++++-------------
hw/s390x/s390-pci-bus.h |   1 +
2 files changed, 121 insertions(+), 54 deletions(-)
[Qemu-devel] [PATCH v3 0/2] s390x/pci: hotplug handler fixes and reworks
Posted by David Hildenbrand 6 years, 9 months ago
These are the remaining two patches, rebased to current upstream.

Patch 1: Rework unplug handler (introduce unplug_request handler) which
         also fixes some unplug scenarios
Patch 2: Handle leftover unplug requests on reset

v2 -> v3:
- Rebased

v1 -> v2:
- Some rewordings in patch descriptions
- "s390x/pci: Introduce unplug requests and split unplug handler"
-- Some simplifications regarding s390_pci_perform_unplug()

David Hildenbrand (2):
  s390x/pci: Introduce unplug requests and split unplug handler
  s390x/pci: Unplug remaining devices on pcihost reset

 hw/s390x/s390-pci-bus.c | 174 +++++++++++++++++++++++++++-------------
 hw/s390x/s390-pci-bus.h |   1 +
 2 files changed, 121 insertions(+), 54 deletions(-)

-- 
2.17.2