From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCUQT-0005Ud-Az for qemu-devel@nongnu.org; Wed, 30 Jul 2014 10:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCUQO-00053A-Cq for qemu-devel@nongnu.org; Wed, 30 Jul 2014 10:00:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCUQO-00052z-5H for qemu-devel@nongnu.org; Wed, 30 Jul 2014 10:00:12 -0400 Message-ID: <53D8FA63.60701@redhat.com> Date: Wed, 30 Jul 2014 16:00:03 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1406720388-18671-1-git-send-email-ming.lei@canonical.com> <1406720388-18671-11-git-send-email-ming.lei@canonical.com> In-Reply-To: <1406720388-18671-11-git-send-email-ming.lei@canonical.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/15] linux-aio: increase max event to 256 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ming Lei , qemu-devel@nongnu.org, Peter Maydell , Stefan Hajnoczi Cc: Kevin Wolf , Fam Zheng , "Michael S. Tsirkin" 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 than the old one? Paolo