]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: cpu-hotplug: Add data for x86 hotplug with 11+ vcpus
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 Aug 2016 21:05:52 +0000 (17:05 -0400)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 24 Aug 2016 19:44:47 +0000 (15:44 -0400)
commit22e3bb332e1e035b5905686936427ef93a7b834f
tree7252650c9a02e0e7feedfb5e2561afc3502f7bf9
parentf8638471d7f203a654e3b157dfd042a2239e2cb0
tests: cpu-hotplug: Add data for x86 hotplug with 11+ vcpus

During review it was reported that adding at least 11 vcpus creates a
collision of prefixes in the monitor matching algorithm. Add a test case
to verify that the problem won't happen.
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-x86-full-cpus.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-x86-full-hotplug.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-x86-full.data [new file with mode: 0644]
tests/qemumonitorjsontest.c