On Wed, Jun 18, 2025 at 12:46:18 +0200, Ján Tomko via Devel wrote: > From: Ján Tomko <jto...@redhat.com> > > Introduced by QEMU commit f864a3235ea1d1d714b3cde2d9a810ea6344a7b5 > the presence of this attribute allows libvirt to specify the alias > of the AMDVI-PCI device explicitly. > > (It was implicit before the introduction of this attribute) > > Signed-off-by: Ján Tomko <jto...@redhat.com> > --- > src/qemu/qemu_capabilities.c | 8 ++ > src/qemu/qemu_capabilities.h | 1 + > .../caps_10.0.0_x86_64+amdsev.replies | 102 +++++++++++------ > .../caps_10.0.0_x86_64.replies | 106 ++++++++++++------ > .../caps_10.0.0_x86_64.xml | 1 + > .../caps_6.2.0_x86_64.replies | 102 +++++++++++------ > .../caps_7.0.0_x86_64.replies | 80 +++++++------ > .../caps_7.1.0_x86_64.replies | 102 +++++++++++------ > .../caps_7.2.0_x86_64+hvf.replies | 102 +++++++++++------ > .../caps_7.2.0_x86_64.replies | 102 +++++++++++------ > .../caps_8.0.0_x86_64.replies | 80 +++++++------ > .../caps_8.1.0_x86_64.replies | 102 +++++++++++------ > .../caps_8.2.0_x86_64.replies | 102 +++++++++++------ > .../caps_9.0.0_x86_64.replies | 80 +++++++------ > .../caps_9.1.0_x86_64.replies | 102 +++++++++++------ > .../caps_9.2.0_x86_64+amdsev.replies | 102 +++++++++++------ > .../caps_9.2.0_x86_64.replies | 102 +++++++++++------ > 17 files changed, 928 insertions(+), 448 deletions(-)
Reviewed-by: Peter Krempa <pkre...@redhat.com>