From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Aneesh Kumar K.V" Subject: Re: [PATCH 1/5] tools/kvm/9p: Use the same #define as the kernel Date: Sun, 19 Jun 2011 10:44:16 +0530 Message-ID: <87d3ia1jyv.fsf@linux.vnet.ibm.com> References: <1308419348-31934-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1308423025.3766.5.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: penberg@kernel.org, kvm@vger.kernel.org To: Sasha Levin Return-path: Received: from e2.ny.us.ibm.com ([32.97.182.142]:38469 "EHLO e2.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751458Ab1FSFOX (ORCPT ); Sun, 19 Jun 2011 01:14:23 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by e2.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p5J4rp66000534 for ; Sun, 19 Jun 2011 00:53:51 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p5J5EMYU1011796 for ; Sun, 19 Jun 2011 01:14:22 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p5J5EMt4011111 for ; Sun, 19 Jun 2011 01:14:22 -0400 In-Reply-To: <1308423025.3766.5.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, 18 Jun 2011 14:50:25 -0400, Sasha Levin wrote: > On Sat, 2011-06-18 at 23:19 +0530, Aneesh Kumar K.V wrote: > > Signed-off-by: Aneesh Kumar K.V > > --- > > tools/kvm/virtio/9p.c | 8 ++++---- > > 1 files changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/tools/kvm/virtio/9p.c b/tools/kvm/virtio/9p.c > > index 1545995..209760b 100644 > > --- a/tools/kvm/virtio/9p.c > > +++ b/tools/kvm/virtio/9p.c > > @@ -20,7 +20,7 @@ > > #include > > > > #define NUM_VIRT_QUEUES 1 > > -#define VIRTIO_P9_QUEUE_SIZE 128 > > +#define VIRTQUEUE_NUM 128 > > The change is ok, but it should be vertically aligned with the rest of > the defines there. > Will update -aneesh