From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoupG-0000Z6-U6 for qemu-devel@nongnu.org; Thu, 04 Aug 2011 06:06:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoupF-0004hc-Pu for qemu-devel@nongnu.org; Thu, 04 Aug 2011 06:06:50 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:33099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoupF-0004bQ-6o for qemu-devel@nongnu.org; Thu, 04 Aug 2011 06:06:49 -0400 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [202.81.31.245]) by e23smtp01.au.ibm.com (8.14.4/8.13.1) with ESMTP id p74A1hK0029143 for ; Thu, 4 Aug 2011 20:01:43 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p74A6Dhs1663230 for ; Thu, 4 Aug 2011 20:06:15 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p74A6DpN000657 for ; Thu, 4 Aug 2011 20:06:13 +1000 From: Harsh Prateek Bora Date: Thu, 4 Aug 2011 15:36:09 +0530 Message-Id: <1312452371-10375-1-git-send-email-harsh@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/2] Support for i_generation / st_gen in 9p server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aneesh.kumar@linux.vnet.ibm.com This patch series provide support for i_generation / st_gen in 9p server. First patch provide support for local fs type, second patch adds support for handle based fs driver. Harsh Prateek Bora (2): i_generation / st_gen support for local fs type i_generation / st_gen support for handle based fs driver fsdev/file-op-9p.h | 7 +++++++ hw/9pfs/cofile.c | 22 ++++++++++++++++++++++ hw/9pfs/virtio-9p-coth.h | 2 ++ hw/9pfs/virtio-9p-device.c | 1 + hw/9pfs/virtio-9p-handle.c | 30 ++++++++++++++++++++++++++++++ hw/9pfs/virtio-9p-local.c | 32 +++++++++++++++++++++++++++++++- hw/9pfs/virtio-9p.c | 9 +++++++++ 7 files changed, 102 insertions(+), 1 deletions(-)