From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLaAB-0002p2-GB for qemu-devel@nongnu.org; Wed, 02 Nov 2011 08:43:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLaAA-0000Tb-9o for qemu-devel@nongnu.org; Wed, 02 Nov 2011 08:43:27 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:53089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLaA9-0000TX-UE for qemu-devel@nongnu.org; Wed, 02 Nov 2011 08:43:26 -0400 Received: from /spool/local by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 2 Nov 2011 06:43:15 -0600 Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pA2CgIIX134268 for ; Wed, 2 Nov 2011 06:42:18 -0600 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pA2CgHXa008149 for ; Wed, 2 Nov 2011 06:42:18 -0600 Message-ID: <4EB13AA8.5080704@us.ibm.com> Date: Wed, 02 Nov 2011 07:42:16 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <87aa8ehlih.fsf@linux.vnet.ibm.com> In-Reply-To: <87aa8ehlih.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 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, Anthony Liguori > > fsdev/file-op-9p.h | 15 ++++++- > fsdev/qemu-fsdev.c | 44 +++---------------- > fsdev/qemu-fsdev.h | 10 ---- > hw/9pfs/virtio-9p-device.c | 13 +++-- > hw/9pfs/virtio-9p-handle.c | 20 +++++++++ > hw/9pfs/virtio-9p-local.c | 34 ++++++++++++++ > hw/9pfs/virtio-9p.c | 103 ++------------------------------------------ > vl.c | 8 +--- > 8 files changed, 87 insertions(+), 160 deletions(-)