Reviewed-by: Laine Stump <laine@redhat.com>
for the series.
On 3/12/26 3:57 AM, Michal Privoznik via Devel wrote:
> *** BLURB HERE ***
>
> Michal Prívozník (5):
> tests: Drop WITH_QEMU from qemu specific tests binaries/libraries
> qemuxmlconftest: Separate fake drivers into a separate file
> virnetworkportxml2xmldata: Use different PCI address in
> plug-hostdev-pci.xml
> qemuhotplugtest: Use fake drivers
> qemuhotplug: Introduce interface-network-hostdev
>
> tests/meson.build | 5 +-
> tests/qemudomaincheckpointxml2xmltest.c | 31 +-
> tests/qemudomainsnapshotxml2xmltest.c | 29 +-
> tests/qemufakedrivers.c | 368 +++++++++++++++
> tests/qemufakedrivers.h | 19 +
> tests/qemuhotplugtest.c | 20 +
> .../qemuhotplug-interface-network-hostdev.xml | 4 +
> ...ug-base-live+interface-network-hostdev.xml | 63 +++
> tests/qemumemlocktest.c | 25 +-
> ...-virtio-teaming-network.x86_64-latest.args | 2 +-
> tests/qemuxmlconftest.c | 443 +++---------------
> tests/testutilsqemu.c | 43 +-
> tests/testutilsqemu.h | 23 +-
> .../plug-hostdev-pci.xml | 2 +-
> 14 files changed, 588 insertions(+), 489 deletions(-)
> create mode 100644 tests/qemufakedrivers.c
> create mode 100644 tests/qemufakedrivers.h
> create mode 100644 tests/qemuhotplugtestdevices/qemuhotplug-interface-network-hostdev.xml
> create mode 100644 tests/qemuhotplugtestdomains/qemuhotplug-base-live+interface-network-hostdev.xml
>