From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAxNm-0002pM-QN for qemu-devel@nongnu.org; Wed, 05 Feb 2014 02:59:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAxNf-00084a-6S for qemu-devel@nongnu.org; Wed, 05 Feb 2014 02:58:54 -0500 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:48408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAxNc-000846-UM for qemu-devel@nongnu.org; Wed, 05 Feb 2014 02:58:47 -0500 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 5 Feb 2014 13:28:39 +0530 Received: from d28relay02.in.ibm.com (d28relay02.in.ibm.com [9.184.220.59]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id 7EE3BE005A for ; Wed, 5 Feb 2014 13:31:50 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s157wT0n47907018 for ; Wed, 5 Feb 2014 13:28:31 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s157wZoq029080 for ; Wed, 5 Feb 2014 13:28:35 +0530 From: "Aneesh Kumar K.V" In-Reply-To: <871tzic9p3.fsf@linux.vnet.ibm.com> References: <871tzic9p3.fsf@linux.vnet.ibm.com> Date: Wed, 05 Feb 2014 13:28:35 +0530 Message-ID: <87y51qat3o.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL] VirtFS update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , QEMU Developers Adding the correct email address for Anthony. -aneesh "Aneesh Kumar K.V" writes: > Hi Anthony, > > Please pull the below update for VirtFS > > The following changes since commit 2f61120c10da9128357510debc8e66880cd2bfdc: > > Merge remote-tracking branch 'qmp-unstable/queue/qmp' into staging (2014-02-01 23:32:31 +0000) > > are available in the git repository at: > > > https://github.com/kvaneesh/qemu.git for-upstream > > for you to fetch changes up to f8b7ee38b3ed4ec2da5cc0529cf0cf82c8589805: > > hw/9pfs: fix P9_STATS_GEN handling (2014-02-02 22:09:16 +0530) > > ---------------------------------------------------------------- > Kirill A. Shutemov (4): > hw/9pfs: fix error handing in local_ioc_getversion() > hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion() > hw/9pfs: make get_st_gen() return ENOTTY error on special files > hw/9pfs: fix P9_STATS_GEN handling > > hw/9pfs/cofile.c | 4 ---- > hw/9pfs/virtio-9p-handle.c | 8 +++++++- > hw/9pfs/virtio-9p-local.c | 10 ++++++---- > hw/9pfs/virtio-9p-proxy.c | 3 ++- > hw/9pfs/virtio-9p.c | 12 ++++++++++-- > 5 files changed, 25 insertions(+), 12 deletions(-) > > -aneesh