[no subject]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Narayana Murty N <nnmlinux@xxxxxxxxxxxxx>

----
Changelog:
-V4: https://lists.libvirt.org/archives/list/devel@xxxxxxxxxxxxxxxxx/thre=
ad/ICUSILEYQYFTZMFTVUL2Q3H3LKIVSKXI/#JFGRGPBKRX7I2TQNNXCO4BB6Q3DSDLT3
  *Continue to use POWER11 in uppercase, following feedback.
  *Test data caps_10.0.0.ppc64.replies generated with QEMU v10.0.0.
-V3: https://lists.libvirt.org/archives/list/devel@xxxxxxxxxxxxxxxxx/thre=
ad/PGSBL6L7TCWIVOJOP2VNHWLRUL7VW7R6/
  *Rebased to top of the tree as I saw some tests were failing with
   recent commits.
-V2:https://lists.libvirt.org/archives/list/devel@xxxxxxxxxxxxxxxxx/threa=
d/JQ5UJFWJG35OFX54RQIDHFUSX3RIYIYP/?sort=3Dthread
  *Instead of removing pseries-2.7 related tests, they are now pinned to =
the latest available capabilities version 7.0.0.
  *patch0003: description explained why the cpu version changed.
  *change the cpu model name to lower case.
  *Fixing the hotplugtest by setting  the cpu version at source as POWER9
  *default CPU change for pseries machines preior to pseries-9.0 tests ca=
ses for tcg fixed.
  * Fixing the compat models check for host CPU names in both lowercase a=
nd uppercase.
-V1:https://lists.libvirt.org/archives/list/devel@xxxxxxxxxxxxxxxxx/threa=
d/4A3IND2QP5CE654XE755ICRZKLUNYXAE/
  *Addressed v2 patch readability issues.

Narayana Murty N (5):
  tests: Pin pseries-2.7 tests to the version 7.0
  tests: qemuhotplugtest: Set the cpu version at source for PPC64 tests
  tests: Add capabilities for QEMU 10.0.0 on ppc64
  cpu_map: Add POWER11 CPU model support
  cpu_ppc64: Add POWER11 host-model support

 src/cpu/cpu_ppc64.c                           |     8 +-
 src/cpu_map/index.xml                         |     1 +
 src/cpu_map/meson.build                       |     1 +
 src/cpu_map/ppc64_POWER11.xml                 |     6 +
 tests/domaincapsdata/qemu_10.0.0.ppc64.xml    |   191 +
 .../caps_10.0.0_ppc64.replies                 | 39513 ++++++++++++++++
 .../caps_10.0.0_ppc64.xml                     |  1088 +
 .../ppc64-modern-bulk-domain.xml              |     3 +-
 .../ppc64-modern-individual-domain.xml        |     3 +-
 .../disk-floppy-pseries.ppc64-latest.xml      |     2 +-
 .../memory-hotplug-nvdimm-ppc64.xml           |     3 +-
 .../memory-hotplug-ppc64-nonuma.xml           |     3 +
 .../panic-pseries.ppc64-latest.args           |     2 +-
 .../panic-pseries.ppc64-latest.xml            |     2 +-
 ...ault-cpu-kvm-pseries-2.7.ppc64-7.0.0.args} |     0
 ...fault-cpu-kvm-pseries-2.7.ppc64-7.0.0.xml} |     0
 ...ault-cpu-kvm-pseries-3.1.ppc64-latest.args |     2 +-
 ...fault-cpu-kvm-pseries-3.1.ppc64-latest.xml |     2 +-
 ...ault-cpu-kvm-pseries-4.2.ppc64-latest.args |     2 +-
 ...fault-cpu-kvm-pseries-4.2.ppc64-latest.xml |     2 +-
 ...ault-cpu-tcg-pseries-2.7.ppc64-7.0.0.args} |     0
 ...fault-cpu-tcg-pseries-2.7.ppc64-7.0.0.xml} |     0
 ...efault-models.ppc64-latest.abi-update.args |     4 +-
 ...default-models.ppc64-latest.abi-update.xml |     2 +-
 ...4-pseries-default-models.ppc64-latest.args |     4 +-
 ...64-pseries-default-models.ppc64-latest.xml |     2 +-
 .../ppc64-pseries-graphics.ppc64-latest.args  |     4 +-
 .../ppc64-pseries-graphics.ppc64-latest.xml   |     2 +-
 .../ppc64-pseries-headless.ppc64-latest.args  |     4 +-
 .../ppc64-pseries-headless.ppc64-latest.xml   |     2 +-
 ...eries-minimal.ppc64-latest.abi-update.args |     2 +-
 ...series-minimal.ppc64-latest.abi-update.xml |     2 +-
 .../ppc64-pseries-minimal.ppc64-latest.args   |     2 +-
 .../ppc64-pseries-minimal.ppc64-latest.xml    |     2 +-
 .../ppc64-tpmproxy-single.ppc64-latest.args   |     2 +-
 .../ppc64-tpmproxy-single.ppc64-latest.xml    |     2 +-
 .../ppc64-tpmproxy-with-tpm.ppc64-latest.args |     2 +-
 .../ppc64-tpmproxy-with-tpm.ppc64-latest.xml  |     2 +-
 .../pseries-basic.ppc64-latest.args           |     2 +-
 .../pseries-basic.ppc64-latest.xml            |     2 +-
 .../pseries-console-virtio.ppc64-latest.args  |     2 +-
 .../pseries-console-virtio.ppc64-latest.xml   |     2 +-
 ...eries-cpu-compat-power11.ppc64-latest.args |    31 +
 ...series-cpu-compat-power11.ppc64-latest.err |     1 +
 ...series-cpu-compat-power11.ppc64-latest.xml |    29 +
 .../pseries-cpu-compat-power11.xml            |    19 +
 .../pseries-cpu-le.ppc64-latest.args          |     2 +-
 .../pseries-cpu-le.ppc64-latest.xml           |     2 +-
 .../pseries-features.ppc64-latest.args        |     2 +-
 .../pseries-features.ppc64-latest.xml         |     2 +-
 .../pseries-hostdevs-1.ppc64-latest.args      |     2 +-
 .../pseries-hostdevs-1.ppc64-latest.xml       |     2 +-
 .../pseries-hostdevs-2.ppc64-latest.args      |     2 +-
 .../pseries-hostdevs-2.ppc64-latest.xml       |     2 +-
 .../pseries-hostdevs-3.ppc64-latest.args      |     2 +-
 .../pseries-hostdevs-3.ppc64-latest.xml       |     2 +-
 .../pseries-many-buses-1.ppc64-latest.args    |     2 +-
 .../pseries-many-buses-1.ppc64-latest.xml     |     2 +-
 .../pseries-many-buses-2.ppc64-latest.args    |     2 +-
 .../pseries-many-buses-2.ppc64-latest.xml     |     2 +-
 .../pseries-many-devices.ppc64-latest.args    |     2 +-
 .../pseries-many-devices.ppc64-latest.xml     |     2 +-
 .../pseries-nvram.ppc64-latest.args           |     2 +-
 .../pseries-nvram.ppc64-latest.xml            |     2 +-
 .../pseries-panic-missing.ppc64-latest.args   |     2 +-
 .../pseries-panic-missing.ppc64-latest.xml    |     2 +-
 ...pseries-panic-no-address.ppc64-latest.args |     2 +-
 .../pseries-panic-no-address.ppc64-latest.xml |     2 +-
 ...ries-phb-default-missing.ppc64-latest.args |     2 +-
 ...eries-phb-default-missing.ppc64-latest.xml |     2 +-
 .../pseries-phb-numa-node.ppc64-latest.args   |     2 +-
 .../pseries-phb-numa-node.ppc64-latest.xml    |     2 +-
 .../pseries-phb-simple.ppc64-latest.args      |     6 +-
 .../pseries-phb-simple.ppc64-latest.xml       |     2 +-
 .../pseries-phb-user-alias.ppc64-latest.args  |     6 +-
 .../pseries-phb-user-alias.ppc64-latest.xml   |     2 +-
 .../pseries-serial-native.ppc64-latest.args   |     2 +-
 .../pseries-serial-native.ppc64-latest.xml    |     2 +-
 .../pseries-serial-pci.ppc64-latest.args      |     2 +-
 .../pseries-serial-pci.ppc64-latest.xml       |     2 +-
 .../pseries-serial-usb.ppc64-latest.args      |     2 +-
 .../pseries-serial-usb.ppc64-latest.xml       |     2 +-
 .../pseries-usb-default.ppc64-latest.args     |     2 +-
 .../pseries-usb-default.ppc64-latest.xml      |     2 +-
 .../pseries-usb-kbd.ppc64-latest.args         |     2 +-
 .../pseries-usb-kbd.ppc64-latest.xml          |     2 +-
 .../pseries-usb-multi.ppc64-latest.args       |     2 +-
 .../pseries-usb-multi.ppc64-latest.xml        |     2 +-
 ...series-vio-user-assigned.ppc64-latest.args |     7 +-
 ...pseries-vio-user-assigned.ppc64-latest.xml |     2 +-
 .../pseries-vio.ppc64-latest.args             |     7 +-
 .../pseries-vio.ppc64-latest.xml              |     2 +-
 ...fault-pseries.ppc64-latest.abi-update.args |     2 +-
 ...efault-pseries.ppc64-latest.abi-update.xml |     2 +-
 ...ntroller-default-pseries.ppc64-latest.args |     2 +-
 ...ontroller-default-pseries.ppc64-latest.xml |     2 +-
 ...fault-unavailable-pseries.ppc64-latest.xml |     2 +-
 tests/qemuxmlconftest.c                       |     8 +-
 tests/testutilshostcpus.h                     |    11 +
 tests/testutilsqemu.c                         |     4 +
 tests/testutilsqemu.h                         |     1 +
 101 files changed, 41005 insertions(+), 101 deletions(-)
 create mode 100644 src/cpu_map/ppc64_POWER11.xml
 create mode 100644 tests/domaincapsdata/qemu_10.0.0.ppc64.xml
 create mode 100644 tests/qemucapabilitiesdata/caps_10.0.0_ppc64.replies
 create mode 100644 tests/qemucapabilitiesdata/caps_10.0.0_ppc64.xml
 rename tests/qemuxmlconfdata/{ppc64-default-cpu-kvm-pseries-2.7.ppc64-la=
test.args =3D> ppc64-default-cpu-kvm-pseries-2.7.ppc64-7.0.0.args} (100%)
 rename tests/qemuxmlconfdata/{ppc64-default-cpu-kvm-pseries-2.7.ppc64-la=
test.xml =3D> ppc64-default-cpu-kvm-pseries-2.7.ppc64-7.0.0.xml} (100%)
 rename tests/qemuxmlconfdata/{ppc64-default-cpu-tcg-pseries-2.7.ppc64-la=
test.args =3D> ppc64-default-cpu-tcg-pseries-2.7.ppc64-7.0.0.args} (100%)
 rename tests/qemuxmlconfdata/{ppc64-default-cpu-tcg-pseries-2.7.ppc64-la=
test.xml =3D> ppc64-default-cpu-tcg-pseries-2.7.ppc64-7.0.0.xml} (100%)
 create mode 100644 tests/qemuxmlconfdata/pseries-cpu-compat-power11.ppc6=
4-latest.args
 create mode 100644 tests/qemuxmlconfdata/pseries-cpu-compat-power11.ppc6=
4-latest.err
 create mode 100644 tests/qemuxmlconfdata/pseries-cpu-compat-power11.ppc6=
4-latest.xml
 create mode 100644 tests/qemuxmlconfdata/pseries-cpu-compat-power11.xml

--
2.48.1



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux