]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Use realview-eb instead of realview-pbx-a9
authorAndrea Bolognani <abologna@redhat.com>
Tue, 8 Jul 2025 20:11:30 +0000 (22:11 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Oct 2025 09:15:29 +0000 (11:15 +0200)
commit30e3efad52ddb11d6f8c76aba582e200e50d3e9d
treeda6a15ea537a985a8ac001b5d1d37f1f715bb401
parenta416ccfb98d781c467bcc3aedf799be5ec9f65ab
tests: Use realview-eb instead of realview-pbx-a9

QEMU implements 4 different "realview" machine types:

  $ qemu-system-aarch64 -machine help 2>&1 | grep realview
  realview-eb          ARM RealView Emulation Baseboard (ARM926EJ-S)
  realview-eb-mpcore   ARM RealView Emulation Baseboard (ARM11MPCore)
  realview-pb-a8       ARM RealView Platform Baseboard for Cortex-A8
  realview-pbx-a9      ARM RealView Platform Baseboard Explore for Cortex-A9

Of these, only the -eb variants support PCI devices and are
thus relevant when it comes to USB controllers.

Our logic treats all these machine types the same, which is
incorrect. An upcoming commit will fix the issue; in
preparation for that, make some adjustments to the test suite.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
15 files changed:
tests/qemuxmlconfdata/aarch64-realview-minimal.aarch64-latest.abi-update.args
tests/qemuxmlconfdata/aarch64-realview-minimal.aarch64-latest.abi-update.xml
tests/qemuxmlconfdata/aarch64-realview-minimal.aarch64-latest.args
tests/qemuxmlconfdata/aarch64-realview-minimal.aarch64-latest.xml
tests/qemuxmlconfdata/aarch64-realview-minimal.xml
tests/qemuxmlconfdata/usb-controller-automatic-realview.aarch64-latest.args
tests/qemuxmlconfdata/usb-controller-automatic-realview.aarch64-latest.xml
tests/qemuxmlconfdata/usb-controller-automatic-realview.xml
tests/qemuxmlconfdata/usb-controller-automatic-unavailable-realview.aarch64-latest.xml
tests/qemuxmlconfdata/usb-controller-default-fallback-realview.aarch64-latest.args
tests/qemuxmlconfdata/usb-controller-default-fallback-realview.aarch64-latest.xml
tests/qemuxmlconfdata/usb-controller-default-realview.aarch64-latest.args
tests/qemuxmlconfdata/usb-controller-default-realview.aarch64-latest.xml
tests/qemuxmlconfdata/usb-controller-default-realview.xml
tests/qemuxmlconfdata/usb-controller-default-unavailable-realview.aarch64-latest.xml