From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52296 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZG6f-0007WX-Gt for qemu-devel@nongnu.org; Thu, 15 Jul 2010 00:31:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZG6M-0007jP-SJ for qemu-devel@nongnu.org; Thu, 15 Jul 2010 00:31:32 -0400 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:37886) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZG6M-0007hW-56 for qemu-devel@nongnu.org; Thu, 15 Jul 2010 00:31:14 -0400 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp08.au.ibm.com (8.14.4/8.13.1) with ESMTP id o6F4V7cB009650 for ; Thu, 15 Jul 2010 14:31:07 +1000 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o6F4VAcb774184 for ; Thu, 15 Jul 2010 14:31:10 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o6F4V9Qx020439 for ; Thu, 15 Jul 2010 14:31:10 +1000 Date: Thu, 15 Jul 2010 10:01:06 +0530 From: Arun R Bharadwaj Subject: Re: [Qemu-devel] [PATCH 1/2] [virtio-9p] Cleanup legacy 'dotu' variable. Message-ID: <20100715043105.GA1954@linux.vnet.ibm.com> References: <20100713105441.GA11854@linux.vnet.ibm.com> <4C3D9EA1.2080105@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <4C3D9EA1.2080105@linux.vnet.ibm.com> Reply-To: arun@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: qemu-devel@nongnu.org * Venkateswararao Jujjuri (JV) [2010-07-14 04:25:21]: > Arun R Bharadwaj wrote: > > Hi, > > > > This patch cleans up the legacy 'dotu' variable which is always set to > > 1 by default, since qemu doesnt support legacy 9p clients. > > Do we have 2/2 in this series? Also please check the thread-id. > It is showing part of your other patch, TLERROR/RLERROR. > > - JV > Hi JV, The cleanup patch is the 1/2 and the TLERROR/RLERROR patch is the 2/2. I have put them this way because the TLERROR patch needs to be applied after the cleanup patch is applied. Hence the same thread-id. -arun