Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221012143316.988561-1-thuth@redhat.com
Maintainers: Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <ani@anisinha.ca>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, Alexander Bulekov <alxndr@bu.edu>, Bandan Das <bsd@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Darren Kenny <darren.kenny@oracle.com>, Qiuhao Li <Qiuhao.Li@outlook.com>, Hannes Reinecke <hare@suse.com>, Gerd Hoffmann <kraxel@redhat.com>, Bin Meng <bin.meng@windriver.com>
tests/qtest/libqtest.h | 10 ++
tests/qtest/bios-tables-test.c | 2 +-
tests/qtest/device-plug-test.c | 56 ++++++--
tests/qtest/drive_del-test.c | 125 +++++++++++++++--
tests/qtest/fuzz-lsi53c895a-test.c | 2 +-
tests/qtest/fuzz-megasas-test.c | 2 +-
tests/qtest/fuzz-sb16-test.c | 6 +-
tests/qtest/fuzz-sdcard-test.c | 6 +-
tests/qtest/fuzz-virtio-scsi-test.c | 2 +-
tests/qtest/fuzz-xlnx-dp-test.c | 2 +-
tests/qtest/hd-geo-test.c | 273 +++++++++++++++++++++++++++---------
tests/qtest/ivshmem-test.c | 18 +++
tests/qtest/libqos/pci-pc.c | 8 +-
tests/qtest/libqtest.c | 30 ++--
tests/qtest/migration-test.c | 10 +-
tests/qtest/vnc-display-test.c | 103 ++++++++++++++
tests/unit/test-image-locking.c | 6 +-
tests/avocado/boot_linux_console.py | 4 +
tests/avocado/machine_aspeed.py | 3 +
tests/avocado/ppc_bamboo.py | 1 +
tests/migration/guestperf/engine.py | 1 -
tests/qtest/meson.build | 8 +-
22 files changed, 544 insertions(+), 134 deletions(-)
create mode 100644 tests/qtest/vnc-display-test.c