Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231018094531.733211-1-clg@redhat.com
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Gerd Hoffmann <kraxel@redhat.com>, Tony Krowiak <akrowiak@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/vfio/pci.h | 3 +
include/hw/display/ramfb.h | 4 +
include/hw/s390x/vfio-ccw.h | 2 -
include/hw/vfio/vfio-common.h | 60 +-
linux-headers/linux/iommufd.h | 444 +++++++++
hw/core/machine.c | 2 +
hw/display/ramfb-standalone.c | 27 +
hw/display/ramfb.c | 19 +
hw/vfio/ap.c | 76 +-
hw/vfio/ccw.c | 117 +--
hw/vfio/common.c | 1887 +++------------------------------------
hw/vfio/container.c | 1161 ++++++++++++++++++++++++
hw/vfio/display.c | 21 +
hw/vfio/helpers.c | 612 +++++++++++++
hw/vfio/pci.c | 97 +-
hw/vfio/platform.c | 43 +-
stubs/ramfb.c | 2 +
hw/vfio/meson.build | 2 +
hw/vfio/trace-events | 4 +-
scripts/update-linux-headers.sh | 3 +-
20 files changed, 2593 insertions(+), 1993 deletions(-)
create mode 100644 linux-headers/linux/iommufd.h
create mode 100644 hw/vfio/container.c
create mode 100644 hw/vfio/helpers.c