]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Validate use of ACPI with virtio-iommu
authorAndrea Bolognani <abologna@redhat.com>
Thu, 7 Oct 2021 16:47:20 +0000 (18:47 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 1 Apr 2022 17:30:59 +0000 (19:30 +0200)
commit7620b1a09a7ee1c1c1ddb10f8717936802b1c682
treebfe197d156c2175da4c690ca1e20a78b74bc7bea
parent28ddd917be0993681a4fcf1f01dd241507f63b83
qemu: Validate use of ACPI with virtio-iommu

virtio-iommu doesn't work without ACPI, so we need to make sure
the latter is enabled.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_validate.c
tests/qemuxml2argvdata/virtio-iommu-no-acpi.x86_64-latest.err [new file with mode: 0644]
tests/qemuxml2argvdata/virtio-iommu-no-acpi.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c