[PATCH 0/5] qemuhotplug: Introduce interface-network-hostdev

Michal Privoznik via Devel posted 5 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1773302208.git.mprivozn@redhat.com
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
[PATCH 0/5] qemuhotplug: Introduce interface-network-hostdev
Posted by Michal Privoznik via Devel 1 week, 4 days ago
*** 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

-- 
2.52.0

Re: [PATCH 0/5] qemuhotplug: Introduce interface-network-hostdev
Posted by Laine Stump via Devel 5 days, 22 hours ago
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
>