|
From: | Daniel Henrique Barboza |
Subject: | Re: [qemu-s390x] [Qemu-ppc] [PATCH 0/4] Improve the CPU hot plug tests |
Date: | Tue, 17 Oct 2017 14:27:17 -0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
On 10/17/2017 11:32 AM, Thomas Huth wrote:
So far the CPU hot-plug qtest was only checking "cpu-add" on x86. With these patches, we now test "device_add" for hot-plugging CPUs on x86, and enable the test on ppc64 and s390x, too.
Question: is there a reason other than "no one bothered" to not have a CPU hot
unplug test, something around the lines of the now cpu-plug-test.c? I might give it a shot if there is no known roadblocks against it. Thanks, Daniel
Thomas Huth (4): tests: Rename pc-cpu-test.c to cpu-plug-test.c tests/cpu-plug-test: Check the CPU hot-plugging with device_add, too tests/cpu-plug-test: Check CPU hot-plugging on ppc64, too tests/cpu-plug-test: Test CPU hot-plugging on s390x tests/Makefile.include | 6 +- tests/cpu-plug-test.c | 261 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/pc-cpu-test.c | 135 ------------------------- 3 files changed, 265 insertions(+), 137 deletions(-) create mode 100644 tests/cpu-plug-test.c delete mode 100644 tests/pc-cpu-test.c
[Prev in Thread] | Current Thread | [Next in Thread] |