From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAwhQ-0002jG-Sm for qemu-devel@nongnu.org; Wed, 05 Feb 2014 02:15:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAwhJ-0002qb-BR for qemu-devel@nongnu.org; Wed, 05 Feb 2014 02:15:08 -0500 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:46367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAwhI-0002qT-OD for qemu-devel@nongnu.org; Wed, 05 Feb 2014 02:15:01 -0500 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 5 Feb 2014 12:44:53 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id EC8FBE005B for ; Wed, 5 Feb 2014 12:48:02 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s157EhSN5767430 for ; Wed, 5 Feb 2014 12:44:44 +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 s157En4M014080 for ; Wed, 5 Feb 2014 12:44:49 +0530 From: "Aneesh Kumar K.V" Date: Wed, 05 Feb 2014 12:44:48 +0530 Message-ID: <871tzic9p3.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PULL] VirtFS update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , QEMU Developers 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