[PATCH v8 06/17] qtest: check that drives are really appearing and disappearing

2020-10-07 Thread Paolo Bonzini
Do not just trust the HMP commands to create and delete the drive, use query-block to check that this is actually the case. Signed-off-by: Paolo Bonzini --- tests/qtest/drive_del-test.c | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/tests/qte

Re: [PATCH v8 06/17] qtest: check that drives are really appearing and disappearing

2020-10-09 Thread Kevin Wolf
Am 07.10.2020 um 13:56 hat Paolo Bonzini geschrieben: > Do not just trust the HMP commands to create and delete the drive, use > query-block to check that this is actually the case. > > Signed-off-by: Paolo Bonzini Reviewed-by: Kevin Wolf