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

2014-06-18 Thread Andreas Färber
Am 18.06.2014 08:40, schrieb Amos Kong: > On Tue, Jun 17, 2014 at 03:25:34PM +0200, Andreas Färber wrote: >> Am 06.06.2014 16:33, schrieb 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

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

2014-06-17 Thread Amos Kong
On Tue, Jun 17, 2014 at 03:25:34PM +0200, Andreas Färber wrote: > Am 06.06.2014 16:33, schrieb 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

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

2014-06-17 Thread Andreas Färber
Am 06.06.2014 16:33, schrieb 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 > Reviewed-by: Stefan Hajnoczi > --- >

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

2014-06-06 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 Reviewed-by: Stefan Hajnoczi --- tests/virtio-blk-test.c | 31 +