Re: [PATCH v5 1/9] tests/x86: add helper qtest_qmp_device_del_send()

2022-10-11 Thread Thomas Huth
On 30/09/2022 00.35, Michael Labiuk via wrote: Move sending 'device_del' command to separate function. Function can be used in case of addition action is needed to start actual removing device after sending command. Signed-off-by: Michael Labiuk --- tests/qtest/device-plug-test.c | 15 ++-

[PATCH v5 1/9] tests/x86: add helper qtest_qmp_device_del_send()

2022-09-29 Thread Michael Labiuk via
Move sending 'device_del' command to separate function. Function can be used in case of addition action is needed to start actual removing device after sending command. Signed-off-by: Michael Labiuk --- tests/qtest/device-plug-test.c | 15 ++- tests/qtest/drive_del-test.c | 6 +---