[Qemu-devel] [PATCH 0/3] pcie: hotplug fixes

Michael S. Tsirkin posted 3 patches 6 years, 4 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190621064615.20099-1-mst@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
include/hw/pci/pcie.h              |  3 ++-
hw/pci-bridge/pcie_root_port.c     |  5 ++++-
hw/pci-bridge/xio3130_downstream.c |  5 ++++-
hw/pci/pcie.c                      | 35 +++++++++++++++++++++++++++---
4 files changed, 42 insertions(+), 6 deletions(-)
[Qemu-devel] [PATCH 0/3] pcie: hotplug fixes
Posted by Michael S. Tsirkin 6 years, 4 months ago
Red Hat QE reported several bugs around PCI Express hotplug.
Fixes/workarounds follow.

Michael S. Tsirkin (3):
  pcie: don't skip multi-mask events
  pcie: check that slt ctrl changed before deleting
  pcie: work around for racy guest init

 include/hw/pci/pcie.h              |  3 ++-
 hw/pci-bridge/pcie_root_port.c     |  5 ++++-
 hw/pci-bridge/xio3130_downstream.c |  5 ++++-
 hw/pci/pcie.c                      | 35 +++++++++++++++++++++++++++---
 4 files changed, 42 insertions(+), 6 deletions(-)

-- 
MST