From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39164 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJVAa-0005R0-FU for qemu-devel@nongnu.org; Tue, 01 Jun 2010 13:22:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJVAZ-0006bt-HR for qemu-devel@nongnu.org; Tue, 01 Jun 2010 13:22:28 -0400 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:49086) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJVAY-0006bV-Ru for qemu-devel@nongnu.org; Tue, 01 Jun 2010 13:22:27 -0400 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by e28smtp05.in.ibm.com (8.14.4/8.13.1) with ESMTP id o51HMNdi001177 for ; Tue, 1 Jun 2010 22:52:23 +0530 Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o51HMKjH2560144 for ; Tue, 1 Jun 2010 22:52:23 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o51HMJap010979 for ; Wed, 2 Jun 2010 03:22:19 +1000 Date: Tue, 1 Jun 2010 22:52:16 +0530 From: "Aneesh Kumar K.V" Subject: Re: [Qemu-devel] [PATCH -V4 2/7] virtio-9p: Rearrange fileop structures Message-ID: <20100601172216.GA25542@skywalker.linux.vnet.ibm.com> References: <1274916106-25616-1-git-send-email-jvrao@linux.vnet.ibm.com> <1274916106-25616-3-git-send-email-jvrao@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1274916106-25616-3-git-send-email-jvrao@linux.vnet.ibm.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Venkateswararao Jujjuri (JV)" Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On Wed, May 26, 2010 at 04:21:41PM -0700, Venkateswararao Jujjuri (JV) wrote: > Signed-off-by: Venkateswararao Jujjuri > --- > hw/virtio-9p.c | 185 ++++++++++++++------------------------------------------ > hw/virtio-9p.h | 92 ++++++++++++++++++++++++++++ > 2 files changed, 138 insertions(+), 139 deletions(-) This is a cleanup patch. I guess this should not be part of this series. -aneesh