]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: cpu-hotplug: Add data for ppc64 platform including hotplug
authorPeter Krempa <pkrempa@redhat.com>
Fri, 29 Jul 2016 17:24:22 +0000 (19:24 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 24 Aug 2016 19:44:47 +0000 (15:44 -0400)
commitd1145aad0be156ca04d9745bc1130e148d74eaee
tree7fa4e0bd4c6ab5b1f96342b4f6a19fea7a60bbed
parent22e3bb332e1e035b5905686936427ef93a7b834f
tests: cpu-hotplug: Add data for ppc64 platform including hotplug

Power 8 platform's basic hotpluggable unit is a core rather than a
thread for x86_64 family. This introduces most of the complexity of the
matching code and thus needs to be tested.

The test data contain data captured from in-order cpu hotplug and
unplug operations.
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-ppc64-basic-cpus.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-ppc64-basic-hotplug.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-ppc64-basic.data [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-ppc64-hotplug-1-cpus.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-ppc64-hotplug-1-hotplug.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-ppc64-hotplug-1.data [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-ppc64-hotplug-2-cpus.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-ppc64-hotplug-2-hotplug.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-ppc64-hotplug-2.data [new file with mode: 0644]
tests/qemumonitorjsontest.c