From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLx5K-00010u-CM for qemu-devel@nongnu.org; Thu, 03 Nov 2011 09:12:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLx5E-00012C-FB for qemu-devel@nongnu.org; Thu, 03 Nov 2011 09:11:58 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:38311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLx5E-000122-BM for qemu-devel@nongnu.org; Thu, 03 Nov 2011 09:11:52 -0400 Received: from /spool/local by e1.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Nov 2011 09:11:44 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pA3D9v7n242176 for ; Thu, 3 Nov 2011 09:09:58 -0400 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pA3D9ZOh016218 for ; Thu, 3 Nov 2011 07:09:35 -0600 Message-ID: <4EB2928E.1040906@us.ibm.com> Date: Thu, 03 Nov 2011 08:09:34 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <87aa8ehlih.fsf@linux.vnet.ibm.com> <4EB13AA8.5080704@us.ibm.com> <8739e6haz8.fsf@linux.vnet.ibm.com> In-Reply-To: <8739e6haz8.fsf@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Virtfs update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Aneesh Kumar K.V" Cc: QEMU Developers On 11/02/2011 09:09 AM, Aneesh Kumar K.V wrote: > On Wed, 02 Nov 2011 07:42:16 -0500, Anthony Liguori wrote: >> On 11/02/2011 05:22 AM, Aneesh Kumar K.V wrote: >>> >>> The following changes since commit e072ea2fd8fdceef64159b9596d3c15ce01bea91: >>> >>> Bump version to 1.0-rc0 (2011-11-01 19:37:01 -0500) >>> >>> are available in the git repository at: >>> git://repo.or.cz/qemu/v9fs.git for-upstream-8 >>> >>> Aneesh Kumar K.V (1): >>> hw/9pfs: Move opt validation to FsDriver callback >>> >>> Stefan Hajnoczi (1): >>> hw/9pfs: use g_vasprintf() instead of rolling our own >> >> Neither of these look like bug fixes to me. >> >> Regards, >> > > The related discussion for the first commit can be found at > > http://article.gmane.org/gmane.comp.emulators.qemu/122891 > > I dropped the second commit. updated details below. Pulled. Thanks. Regards, Anthony Liguori > > > The following changes since commit e072ea2fd8fdceef64159b9596d3c15ce01bea91: > > Bump version to 1.0-rc0 (2011-11-01 19:37:01 -0500) > > are available in the git repository at: > git://repo.or.cz/qemu/v9fs.git for-upstream-8 > > Stefan Hajnoczi (1): > hw/9pfs: use g_vasprintf() instead of rolling our own > > hw/9pfs/virtio-9p.c | 103 ++------------------------------------------------- > 1 files changed, 4 insertions(+), 99 deletions(-) > > >