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

2014-06-06 Thread Stefan Hajnoczi
On Fri, Jun 06, 2014 at 09:11:59AM +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 > Reviewed-by: Stefan

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

2014-06-06 Thread Gonglei (Arei)
> -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Friday, June 06, 2014 6:11 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; stefa...@gmail.com; afaer...@suse.de > Subject: Re: [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest > > On Fri, Jun 06, 2014 at 09:

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

2014-06-06 Thread Amos Kong
On Fri, Jun 06, 2014 at 09:31:57AM +, Gonglei (Arei) wrote: > > -Original Message- > > From: Amos Kong [mailto:ak...@redhat.com] > > Sent: Friday, June 06, 2014 4:24 PM > > To: Gonglei (Arei) > > Cc: qemu-devel@nongnu.org; stefa...@gmail.com; afaer...@suse.de > > Subject: Re: [PATCH v3

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

2014-06-06 Thread Gonglei (Arei)
Best regards, -Gonglei > -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Friday, June 06, 2014 4:24 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; stefa...@gmail.com; afaer...@suse.de > Subject: Re: [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest >

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

2014-06-06 Thread Amos Kong
On Fri, Jun 06, 2014 at 08:05:15AM +, Gonglei (Arei) wrote: > > -Original Message- > > From: Amos Kong [mailto:ak...@redhat.com] > > Sent: Friday, June 06, 2014 1:29 PM > > To: Gonglei (Arei) > > Cc: qemu-devel@nongnu.org; stefa...@gmail.com; afaer...@suse.de > > Subject: Re: [PATCH v3

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

2014-06-06 Thread Gonglei (Arei)
> -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Friday, June 06, 2014 1:29 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; stefa...@gmail.com; afaer...@suse.de > Subject: Re: [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest > > On Fri, Jun 06, 2014 at 01:

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

2014-06-05 Thread Amos Kong
On Fri, Jun 06, 2014 at 01:28:59AM +, Gonglei (Arei) wrote: > Hi, Amos > > > -Original Message- > > From: Amos Kong [mailto:ak...@redhat.com] > > Sent: Friday, June 06, 2014 9:12 AM > > To: qemu-devel@nongnu.org > > Cc: stefa...@gmail.com; afaer...@suse.de; Gonglei (Arei) > > Subject:

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

2014-06-05 Thread Gonglei (Arei)
Hi, Amos > -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Friday, June 06, 2014 9:12 AM > To: qemu-devel@nongnu.org > Cc: stefa...@gmail.com; afaer...@suse.de; Gonglei (Arei) > Subject: [PATCH v3 3/4] virtio-blk-test.c: add hotplug subtest > > This patch adds a new

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

2014-06-05 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 +