[libvirt PATCH v2 0/5] qemu: support stable NIC device naming

Peter Krempa pkrempa at redhat.com
Wed Apr 7 16:34:45 UTC 2021


On Wed, Apr 07, 2021 at 17:24:35 +0100, Daniel Berrange wrote:

[...]

> Daniel P. Berrangé (5):
>   conf: add support for <acpi index='NNN'/> for PCI devices
>   qemu: fix indentation off-by-1
>   qemu: use a switch when building device addresses
>   qemu: probe for "acpi-index" property
>   qemu: wire up command line support for ACPI index
> 
>  docs/formatdomain.rst                         |  7 ++
>  docs/schemas/domaincommon.rng                 | 73 +++++++++++++++++++
>  src/conf/device_conf.h                        |  3 +
>  src/conf/domain_conf.c                        | 19 +++++
>  src/qemu/qemu_capabilities.c                  |  6 ++
>  src/qemu/qemu_capabilities.h                  |  1 +
>  src/qemu/qemu_command.c                       | 42 +++++++++--
>  src/qemu/qemu_validate.c                      | 35 +++++++++
>  .../caps_6.0.0.x86_64.xml                     |  1 +
>  .../devices-acpi-index.x86_64-latest.args     | 57 +++++++++++++++
>  tests/qemuxml2argvdata/devices-acpi-index.xml | 62 ++++++++++++++++
>  tests/qemuxml2argvtest.c                      |  2 +
>  .../devices-acpi-index.x86_64-latest.xml      | 73 +++++++++++++++++++
>  tests/qemuxml2xmltest.c                       |  2 +
>  14 files changed, 376 insertions(+), 7 deletions(-)
>  create mode 100644 tests/qemuxml2argvdata/devices-acpi-index.x86_64-latest.args
>  create mode 100644 tests/qemuxml2argvdata/devices-acpi-index.xml
>  create mode 100644 tests/qemuxml2xmloutdata/devices-acpi-index.x86_64-latest.xml

Series:

Reviewed-by: Peter Krempa <pkrempa at redhat.com>




More information about the libvir-list mailing list