[PATCH v2 0/4] Add 'q35' machine type to hotplug tests

Michael Labiuk via posted 4 patches 3 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220829170106.110195-1-michael.labiuk@virtuozzo.com
Maintainers: Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
tests/qtest/device-plug-test.c |  26 ++++++
tests/qtest/drive_del-test.c   | 111 +++++++++++++++++++++++++
tests/qtest/hd-geo-test.c      | 148 +++++++++++++++++++++++++++++++++
tests/qtest/ivshmem-test.c     |  30 +++++++
4 files changed, 315 insertions(+)
[PATCH v2 0/4] Add 'q35' machine type to hotplug tests
Posted by Michael Labiuk via 3 years, 5 months ago
Add pci bridge setting to run hotplug tests on q35 machine type.
Hotplug tests was bounded to 'pc' machine type by commit 7b172333f1b

Michael Labiuk (4):
  tests/x86: Add subtest with 'q35' machine type to device-plug-test
  tests/x86: Add 'q35' machine type to ivshmem-test
  tests/x86: Add 'q35' machine type to hd-geo-test
  tests/x86: Add 'q35' machine type to drive_del-test

 tests/qtest/device-plug-test.c |  26 ++++++
 tests/qtest/drive_del-test.c   | 111 +++++++++++++++++++++++++
 tests/qtest/hd-geo-test.c      | 148 +++++++++++++++++++++++++++++++++
 tests/qtest/ivshmem-test.c     |  30 +++++++
 4 files changed, 315 insertions(+)

-- 
2.34.1
Re: [PATCH v2 0/4] Add 'q35' machine type to hotplug tests
Posted by Denis V. Lunev 3 years, 5 months ago
On 29.08.2022 19:01, Michael Labiuk wrote:
> Add pci bridge setting to run hotplug tests on q35 machine type.
> Hotplug tests was bounded to 'pc' machine type by commit 7b172333f1b
>
> Michael Labiuk (4):
>    tests/x86: Add subtest with 'q35' machine type to device-plug-test
>    tests/x86: Add 'q35' machine type to ivshmem-test
>    tests/x86: Add 'q35' machine type to hd-geo-test
>    tests/x86: Add 'q35' machine type to drive_del-test
>
>   tests/qtest/device-plug-test.c |  26 ++++++
>   tests/qtest/drive_del-test.c   | 111 +++++++++++++++++++++++++
>   tests/qtest/hd-geo-test.c      | 148 +++++++++++++++++++++++++++++++++
>   tests/qtest/ivshmem-test.c     |  30 +++++++
>   4 files changed, 315 insertions(+)
>
I do believe that there was neither discussion nor implementation
of my previous notes to the previous version of the patchset
except splitting.

Den