Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1639549843.git.jag.raman@oracle.com
Maintainers: Wainer dos Santos Moschetta <wainersm@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Beraldo Leal <bleal@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, John G Johnson <john.g.johnson@oracle.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Juan Quintela <quintela@redhat.com>, Elena Ufimtseva <elena.ufimtseva@oracle.com>, Cleber Rosa <crosa@redhat.com>, Jagannathan Raman <jag.raman@oracle.com>
configure | 21 +-
meson.build | 44 +-
qapi/qom.json | 20 +-
include/hw/pci/pci.h | 8 +
include/hw/remote/iohub.h | 1 +
include/hw/remote/iommu.h | 24 +
include/migration/vmstate.h | 2 +
migration/savevm.h | 2 +
hw/pci/msi.c | 13 +-
hw/pci/msix.c | 12 +-
hw/pci/pci.c | 2 +-
hw/remote/iohub.c | 7 +
hw/remote/iommu.c | 117 +++
hw/remote/machine.c | 5 +
hw/remote/vfio-user-obj.c | 957 +++++++++++++++++++++
migration/savevm.c | 73 ++
migration/vmstate.c | 19 +
.gitlab-ci.d/buildtest.yml | 2 +
.gitmodules | 3 +
Kconfig.host | 4 +
MAINTAINERS | 5 +
hw/remote/Kconfig | 4 +
hw/remote/meson.build | 4 +
hw/remote/trace-events | 11 +
meson_options.txt | 2 +
subprojects/libvfio-user | 1 +
tests/avocado/avocado_qemu/__init__.py | 10 +-
tests/avocado/vfio-user.py | 225 +++++
tests/docker/dockerfiles/centos8.docker | 2 +
tests/docker/dockerfiles/ubuntu2004.docker | 2 +
30 files changed, 1591 insertions(+), 11 deletions(-)
create mode 100644 include/hw/remote/iommu.h
create mode 100644 hw/remote/iommu.c
create mode 100644 hw/remote/vfio-user-obj.c
create mode 160000 subprojects/libvfio-user
create mode 100644 tests/avocado/vfio-user.py