On Tue, Feb 27, 2024 at 05:36:16PM +0100, Peter Krempa wrote:
+++ b/tests/qemuxmlconftest.c
@@ -1248,6 +1248,8 @@ mymain(void)
DO_TEST_CAPS_ARCH_LATEST_ABI_UPDATE("armv7l-versatilepb-minimal",
"armv7l");
DO_TEST_CAPS_ARCH_LATEST("aarch64-realview-minimal",
"aarch64");
DO_TEST_CAPS_ARCH_LATEST_ABI_UPDATE("aarch64-realview-minimal",
"aarch64");
+ DO_TEST_CAPS_ARCH_LATEST("aarch64-nousb-minimal", "aarch64");
+ DO_TEST_CAPS_ARCH_LATEST_ABI_UPDATE("aarch64-nousb-minimal",
"aarch64");
Other test cases are named after the machine type, so I think these
should also be aarch64-borzoi-*.
As an additional note, it would IMO be preferable to add all these
test cases at the very beginning of the series, before making any
functional changes. This is nicer because it establishes a baseline
for the current behavior, and as the various patches alter that
behavior we can see this reflected in the test output. This is
already the case to some extent, I'm just suggesting going all the
way instead of adding some tests after the first round of functional
changes.
Overall the series looks great, and the amount of research and effort
you've put into it is impressive. I'm really, *really* looking
forward to seeing it merged :)
--
Andrea Bolognani / Red Hat / Virtualization