Re: [PATCH v4 1/7] tests/x86: Move common code to function in device-plug-test

2022-09-27 Thread Thomas Huth
On 20/09/2022 12.48, Michael Labiuk wrote: Move common code for device removing to function. Signed-off-by: Michael Labiuk --- tests/qtest/device-plug-test.c | 42 ++ 1 file changed, 17 insertions(+), 25 deletions(-) Reviewed-by: Thomas Huth

[PATCH v4 1/7] tests/x86: Move common code to function in device-plug-test

2022-09-20 Thread Michael Labiuk via
Move common code for device removing to function. Signed-off-by: Michael Labiuk --- tests/qtest/device-plug-test.c | 42 ++ 1 file changed, 17 insertions(+), 25 deletions(-) diff --git a/tests/qtest/device-plug-test.c b/tests/qtest/device-plug-test.c index a1fb99