Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250611150620.701903-1-clg@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Thomas Huth <thuth@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, Tony Krowiak <akrowiak@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Steve Sistare <steven.sistare@oracle.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
MAINTAINERS | 1 +
hw/vfio/pci.h | 19 +++
include/hw/pci/msix.h | 1 +
include/hw/pci/pci.h | 2 +
include/hw/s390x/ap-bridge.h | 39 +++++
include/hw/vfio/vfio-container-base.h | 3 +
include/hw/vfio/vfio-container.h | 2 +
include/hw/vfio/vfio-cpr.h | 39 +++++
include/hw/vfio/vfio-device.h | 59 +++++--
include/hw/vfio/vfio-region.h | 1 +
include/migration/cpr.h | 5 +
include/migration/vmstate.h | 6 +-
hw/pci/msix.c | 2 +-
hw/pci/pci.c | 5 +
hw/s390x/ap-stub.c | 21 +++
hw/vfio/ap.c | 88 +++++++++++
hw/vfio/container.c | 97 +++++++++---
hw/vfio/cpr-legacy.c | 287 ++++++++++++++++++++++++++++++++++
hw/vfio/cpr.c | 36 ++++-
hw/vfio/device.c | 32 +++-
hw/vfio/listener.c | 21 ++-
hw/vfio/pci.c | 205 +++++++++++++++---------
hw/vfio/region.c | 12 +-
migration/cpr.c | 36 +++++
migration/savevm.c | 4 +-
target/s390x/ioinst.c | 11 +-
hw/s390x/meson.build | 1 +
hw/vfio/meson.build | 1 +
hw/vfio/trace-events | 6 +-
29 files changed, 914 insertions(+), 128 deletions(-)
create mode 100644 hw/s390x/ap-stub.c
create mode 100644 hw/vfio/cpr-legacy.c