[Qemu-devel] [PATCH 0/2] tests: cpu-plug-test: fix x86 device_add cpu-foo test cases

Igor Mammedov posted 2 patches 4 years, 7 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190830110723.15096-1-imammedo@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
tests/libqtest.h      | 12 +++++++++
tests/cpu-plug-test.c | 62 ++++++++++++++++++-------------------------
tests/libqtest.c      | 29 +++++++++++++-------
3 files changed, 57 insertions(+), 46 deletions(-)
[Qemu-devel] [PATCH 0/2] tests: cpu-plug-test: fix x86 device_add cpu-foo test cases
Posted by Igor Mammedov 4 years, 7 months ago
Fixes bc1fb850a3 (vl.c deprecate incorrect CPUs topology) that introduced
regression.

Igor Mammedov (2):
  tests: add qtest_qmp_device_add_qdict() helper
  tests: cpu-plug-test: fix device_add for pc/q35 machines

 tests/libqtest.h      | 12 +++++++++
 tests/cpu-plug-test.c | 62 ++++++++++++++++++-------------------------
 tests/libqtest.c      | 29 +++++++++++++-------
 3 files changed, 57 insertions(+), 46 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PATCH 0/2] tests: cpu-plug-test: fix x86 device_add cpu-foo test cases
Posted by Eduardo Habkost 4 years, 7 months ago
On Fri, Aug 30, 2019 at 07:07:21AM -0400, Igor Mammedov wrote:
> Fixes bc1fb850a3 (vl.c deprecate incorrect CPUs topology) that introduced
> regression.

Queued on machine-next.  Thanks!

-- 
Eduardo