Re: [Qemu-devel] [PATCH v2 3/4] virtio-blk-test.c: add hotplug subtest

2014-06-05 Thread Stefan Hajnoczi
On Thu, Jun 05, 2014 at 01:45:17PM +0800, Amos Kong wrote: This patch adds a new subtest, it hotplugs 29 * 8 = 232 virtio-blk devices to guest, and try to hot-unplug them. Note: the hot-unplug can't work without cooperation of guest OS. Signed-off-by: Amos Kong ak...@redhat.com ---

[Qemu-devel] [PATCH v2 3/4] virtio-blk-test.c: add hotplug subtest

2014-06-04 Thread Amos Kong
This patch adds a new subtest, it hotplugs 29 * 8 = 232 virtio-blk devices to guest, and try to hot-unplug them. Note: the hot-unplug can't work without cooperation of guest OS. Signed-off-by: Amos Kong ak...@redhat.com --- tests/virtio-blk-test.c | 38 ++ 1