Re: [Qemu-devel] [PATCH 4/4] tests/cpu-plug-test: Test CPU hot-plugging on s390x

2017-10-18 Thread David Hildenbrand
On 17.10.2017 15:32, Thomas Huth wrote: > CPU hot-plugging on s390x is possible with both, "cpu-add" > and "device_add", so test both. > > Signed-off-by: Thomas Huth > --- > tests/Makefile.include | 1 + > tests/cpu-plug-test.c | 38 ++ > 2 files changed, 39

[Qemu-devel] [PATCH 4/4] tests/cpu-plug-test: Test CPU hot-plugging on s390x

2017-10-17 Thread Thomas Huth
CPU hot-plugging on s390x is possible with both, "cpu-add" and "device_add", so test both. Signed-off-by: Thomas Huth --- tests/Makefile.include | 1 + tests/cpu-plug-test.c | 38 ++ 2 files changed, 39 insertions(+) diff --git a/tests/Makefile.include b/te