[PATCH 1/3] tests: qemucapabilities: bump ppc64 caps with qemu 7.1.0

Michal Prívozník mprivozn at redhat.com
Thu Oct 13 11:02:35 UTC 2022


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 at gmail.com>
> ---
>  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



More information about the libvir-list mailing list