Re: [Qemu-devel] [PATCH 10/15] linux-aio: increase max event to 256

2014-08-04 Thread Stefan Hajnoczi
On Thu, Jul 31, 2014 at 01:20:22AM +0800, Ming Lei wrote: > On Wed, Jul 30, 2014 at 10:00 PM, Paolo Bonzini wrote: > > Il 30/07/2014 13:39, Ming Lei ha scritto: > >> This patch increases max event to 256 for the comming > >> virtio-blk multi virtqueue support. > >> > >> Signed-off-by: Ming Lei >

Re: [Qemu-devel] [PATCH 10/15] linux-aio: increase max event to 256

2014-07-30 Thread Ming Lei
On Wed, Jul 30, 2014 at 10:00 PM, Paolo Bonzini wrote: > Il 30/07/2014 13:39, Ming Lei ha scritto: >> This patch increases max event to 256 for the comming >> virtio-blk multi virtqueue support. >> >> Signed-off-by: Ming Lei >> --- >> block/linux-aio.c |2 +- >> 1 file changed, 1 insertion(+

Re: [Qemu-devel] [PATCH 10/15] linux-aio: increase max event to 256

2014-07-30 Thread Paolo Bonzini
Il 30/07/2014 13:39, Ming Lei ha scritto: > This patch increases max event to 256 for the comming > virtio-blk multi virtqueue support. > > Signed-off-by: Ming Lei > --- > block/linux-aio.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) What makes the new magic number less magic tha

Re: [Qemu-devel] [PATCH 10/15] linux-aio: increase max event to 256

2014-07-30 Thread Eric Blake
On 07/30/2014 05:39 AM, Ming Lei wrote: > This patch increases max event to 256 for the comming s/comming/coming/ > virtio-blk multi virtqueue support. > > Signed-off-by: Ming Lei > --- > block/linux-aio.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/block/linux

[Qemu-devel] [PATCH 10/15] linux-aio: increase max event to 256

2014-07-30 Thread Ming Lei
This patch increases max event to 256 for the comming virtio-blk multi virtqueue support. Signed-off-by: Ming Lei --- block/linux-aio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/linux-aio.c b/block/linux-aio.c index 5eb9c92..c06a57d 100644 --- a/block/linux-aio