From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4HMU-00049z-GU for qemu-devel@nongnu.org; Thu, 15 Sep 2011 15:12:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4HMT-00056Q-5Z for qemu-devel@nongnu.org; Thu, 15 Sep 2011 15:12:38 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.143]:36374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4HMT-00055J-0U for qemu-devel@nongnu.org; Thu, 15 Sep 2011 15:12:37 -0400 Received: from /spool/local by us.ibm.com with XMail ESMTP for from ; Thu, 15 Sep 2011 15:11:08 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8FJAB7f456410 for ; Thu, 15 Sep 2011 15:10:21 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8FJA51e028389 for ; Thu, 15 Sep 2011 16:10:08 -0300 Message-ID: <4E724D8A.5090100@us.ibm.com> Date: Thu, 15 Sep 2011 14:10:02 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <87fwk0wp1d.fsf@skywalker.in.ibm.com> In-Reply-To: <87fwk0wp1d.fsf@skywalker.in.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 09/13/2011 08:27 AM, Aneesh Kumar K.V wrote: > > Hi Anthony, > > This series contain few fixes to VirtFS server. The patch set also add > two new 9p operations. Please pull. > > The following changes since commit 07ff2c4475df77e38a31d50ee7f3932631806c15: > > Merge remote-tracking branch 'origin/master' into staging (2011-09-08 09:25:36 -0500) Pulled. Thanks. Regards, Anthony Liguori > are available in the git repository at: > > git://repo.or.cz/qemu/v9fs.git for-upstream-4 > > Aneesh Kumar K.V (5): > hw/9pfs: Update the fidp path before opendir > hw/9pfs: Initialize rest of qid field to zero. > hw/9pfs: Fix memleaks in some 9p operation > hw/9pfs: add 9P2000.L renameat operation > hw/9pfs: add 9P2000.L unlinkat operation > > hw/9pfs/virtio-9p.c | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++ > hw/9pfs/virtio-9p.h | 4 ++ > 2 files changed, 130 insertions(+), 0 deletions(-) > > > -aneesh > > >