From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLbX5-000168-Uf for qemu-devel@nongnu.org; Wed, 02 Nov 2011 10:11:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLbWy-00036K-QK for qemu-devel@nongnu.org; Wed, 02 Nov 2011 10:11:11 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:50586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLbWy-00035U-In for qemu-devel@nongnu.org; Wed, 02 Nov 2011 10:11:04 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 2 Nov 2011 10:11:00 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pA2EA4JF249262 for ; Wed, 2 Nov 2011 10:10:08 -0400 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pA2EA2qs015688 for ; Wed, 2 Nov 2011 08:10:02 -0600 From: "Aneesh Kumar K.V" In-Reply-To: <4EB13AA8.5080704@us.ibm.com> References: <87aa8ehlih.fsf@linux.vnet.ibm.com> <4EB13AA8.5080704@us.ibm.com> Date: Wed, 02 Nov 2011 19:39:47 +0530 Message-ID: <8739e6haz8.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] Virtfs update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: QEMU Developers 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. 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(-)