tests: Refresh capabilities for QEMU on ppc64
commit35e4c153261e0ecc79f98cb778dfdb599e5b8cae
authorAndrea Bolognani <abologna@redhat.com>
Thu, 16 May 2019 14:29:53 +0000 (16 16:29 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 17 May 2019 12:59:37 +0000 (17 14:59 +0200)
treedce46bb5fd0694a6ef46b92a3d0b0fc5df0379cb
parentd22c6221fc569c5119f3fc7f42d913f00759f6bf
tests: Refresh capabilities for QEMU on ppc64

Now that we're probing machine type properties using the
latest machine type rather than the "spapr-machine" parent,
we can finally discover properties that are not available
on all machine types.

This commit refreshes replies for QEMU 4.0.0 as well as
3.1.0 to show not only that we're actually discovering new
machine type properties this way, but also that the number
of available machine type properties increases with each
subsequent QEMU release.

If qom-list-properties had been available in QEMU 2.10.0,
we could now drop the explicit version number checks for
the QEMU_CAPS_MACHINE_PSERIES_MAX_CPU_COMPAT and
QEMU_CAPS_MACHINE_PSERIES_RESIZE_HPT capabilities, but
unfortunately it wasn't, so we have to keep them around
still.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
tests/qemucapabilitiesdata/caps_3.1.0.ppc64.replies
tests/qemucapabilitiesdata/caps_4.0.0.ppc64.replies