On 9/19/22 18:39, Daniel Henrique Barboza wrote: > No significant changes from the 7.0.0 capabilities. > > Signed-off-by: Daniel Henrique Barboza <danielhb413@xxxxxxxxx> > --- > tests/domaincapsdata/qemu_7.1.0.ppc64.xml | 147 + > .../caps_7.1.0.ppc64.replies | 35113 ++++++++++++++++ > .../qemucapabilitiesdata/caps_7.1.0.ppc64.xml | 1109 + > 3 files changed, 36369 insertions(+) > create mode 100644 tests/domaincapsdata/qemu_7.1.0.ppc64.xml > create mode 100644 tests/qemucapabilitiesdata/caps_7.1.0.ppc64.replies > create mode 100644 tests/qemucapabilitiesdata/caps_7.1.0.ppc64.xml You'll need to squash this in: diff --git i/tests/domaincapsdata/qemu_7.1.0.ppc64.xml w/tests/domaincapsdata/qemu_7.1.0.ppc64.xml index 8342e8dcd9..95d5115fb1 100644 --- i/tests/domaincapsdata/qemu_7.1.0.ppc64.xml +++ w/tests/domaincapsdata/qemu_7.1.0.ppc64.xml @@ -35,10 +35,10 @@ <model fallback='allow'>POWER8</model> </mode> <mode name='custom' supported='yes'> - <model usable='unknown'>POWER10</model> - <model usable='unknown'>POWER9</model> - <model usable='unknown'>POWER8</model> - <model usable='unknown'>POWER7</model> + <model usable='unknown' vendor='IBM'>POWER10</model> + <model usable='unknown' vendor='IBM'>POWER9</model> + <model usable='unknown' vendor='IBM'>POWER8</model> + <model usable='unknown' vendor='IBM'>POWER7</model> </mode> </cpu> <memoryBacking supported='yes'> Michal