]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add {aarch64,riscv64}-virt-headless-mmio
authorAndrea Bolognani <abologna@redhat.com>
Tue, 16 Jan 2024 14:51:31 +0000 (15:51 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 17 Jan 2024 18:19:54 +0000 (19:19 +0100)
commitd9c261fdb6efc3101d89685692f97268776f7674
tree17a2a2a033afa984f1f02c66a95b53b65b7cc016
parentb27e9d76098ed253078c607cb626615d23adaa01
tests: Add {aarch64,riscv64}-virt-headless-mmio

Even though virtio-mmio is no longer the default on either
architecture, and likely nobody is using it at this point, we
still provide a way to opt into virtio-mmio usage and want to
keep existing guests working. Add explicit test suite coverage
for this scenario.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/aarch64-virt-headless-mmio.aarch64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/aarch64-virt-headless-mmio.xml [new file with mode: 0644]
tests/qemuxml2argvdata/riscv64-virt-headless-mmio.riscv64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/riscv64-virt-headless-mmio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/aarch64-virt-headless-mmio.aarch64-latest.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/riscv64-virt-headless-mmio.riscv64-latest.xml [new file with mode: 0644]
tests/qemuxmlconftest.c