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

2019-09-03 Thread Eduardo Habkost
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

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

2019-08-30 Thread Igor Mammedov
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 ++