On 12/8/26 14:15, Denis V. Lunev wrote:
All images in this test have the same size, so the test never reaches
the size change path of bdrv_replace_child_bs(). Add a node of a
different size and point a device at it.
The notification itself is not visible over QMP, so this only covers the
block layer side. What the device does with it is checked by
tests/qtest/virtio-scsi-test.c.
Signed-off-by: Denis V. Lunev <[email protected]>
---
tests/qemu-iotests/tests/qom-set-drive | 14 +++++++++++---
tests/qemu-iotests/tests/qom-set-drive.out | 2 ++
2 files changed, 13 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>