]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: format address wdith on intel-iommu command line
authorMenno Lageman <menno.lageman@oracle.com>
Thu, 4 Jun 2020 07:42:43 +0000 (09:42 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 23 Jun 2020 13:53:10 +0000 (15:53 +0200)
commitdd1bc914f9a3aef64a823a86d4de1c7eb6a22857
treefdac6cbf90929815f5ecfc51acd1d70111555f94
parent0e5c919397ad255442844472573ef50188e3e53c
qemu: format address wdith on intel-iommu command line

Format the address width attribute. Depending on the version of
QEMU it is named 'aw-bits' or 'x-aw-bits'.

Signed-off-by: Menno Lageman <menno.lageman@oracle.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/qemu/qemu_validate.c
tests/qemucapabilitiesdata/caps_4.0.0.x86_64.xml
tests/qemucapabilitiesdata/caps_4.1.0.x86_64.xml
tests/qemucapabilitiesdata/caps_4.2.0.x86_64.xml
tests/qemucapabilitiesdata/caps_5.0.0.x86_64.xml
tests/qemucapabilitiesdata/caps_5.1.0.x86_64.xml
tests/qemuxml2argvdata/intel-iommu-aw-bits.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvtest.c