[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/5] Add 'q35' machine type to hotplug tests
From: |
Michael Labiuk |
Subject: |
[PATCH v3 0/5] Add 'q35' machine type to hotplug tests |
Date: |
Thu, 15 Sep 2022 16:14:02 +0300 |
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 (5):
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 drive_del-test
tests/x86: Add 'q35' machine type to hotplug hd-geo-test
tests/x86: Add 'q35' machine type to override-tests in hd-geo-test
tests/qtest/device-plug-test.c | 83 +++++++----
tests/qtest/drive_del-test.c | 111 +++++++++++++++
tests/qtest/hd-geo-test.c | 253 ++++++++++++++++++++++++++++++++-
tests/qtest/ivshmem-test.c | 30 ++++
4 files changed, 445 insertions(+), 32 deletions(-)
--
2.34.1
- [PATCH v3 0/5] Add 'q35' machine type to hotplug tests,
Michael Labiuk <=
- [PATCH v3 3/5] tests/x86: Add 'q35' machine type to drive_del-test, Michael Labiuk, 2022/09/15
- [PATCH v3 4/5] tests/x86: Add 'q35' machine type to hotplug hd-geo-test, Michael Labiuk, 2022/09/15
- [PATCH v3 5/5] tests/x86: Add 'q35' machine type to override-tests in hd-geo-test, Michael Labiuk, 2022/09/15
- [PATCH v3 1/5] tests/x86: Add subtest with 'q35' machine type to device-plug-test, Michael Labiuk, 2022/09/15
- [PATCH v3 2/5] tests/x86: Add 'q35' machine type to ivshmem-test, Michael Labiuk, 2022/09/15