> @@ -1745,6 +1745,8 @@
> <ref name="cpuModel"/>
> <optional>
> <ref name="cpuVendor"/>
> + </optional>
> + <optional>
> <ref name="cpuTopology"/>
ACK; makes it so that either one can be used in isolation, instead of a
both-or-none approach. Do we have a corresponding .xml file somewhere
in the tests/ hierarchy that will test this?
Yes, it's included in
[PATCH 2/2] tests: Add tests for CPU selection in qemu driver
That's how I found this error in the schema.
Jirka