Thanks to Marc MarĂ's work on libqos virtio support, it's now very easy to add a test case to drive a virtio-scsi device.
The added test covers the recent fix for unaligned zero write in block layer, we exercise it here with scsi-disk WRITE SAME. Fam Zheng (5): tests: Link libqos virtio object to virtio-scsi-test libqos: Allow calling guest_free on NULL pointer libqos: Complete virtio device ID definition list tests: virtio-scsi: Move start/stop to individual test functions tests: virtio-scsi: Add test for unaligned WRITE SAME tests/Makefile | 2 +- tests/libqos/malloc.c | 3 + tests/libqos/virtio.h | 10 ++- tests/virtio-scsi-test.c | 201 +++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 207 insertions(+), 9 deletions(-) -- 1.9.3