From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53817 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oby7i-00056T-1p for qemu-devel@nongnu.org; Thu, 22 Jul 2010 11:55:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oby7g-0001fX-Ou for qemu-devel@nongnu.org; Thu, 22 Jul 2010 11:55:49 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:55525) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oby7g-0001fC-LN for qemu-devel@nongnu.org; Thu, 22 Jul 2010 11:55:48 -0400 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by e4.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o6MFfQ1R032659 for ; Thu, 22 Jul 2010 11:41:26 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o6MFtSrX381160 for ; Thu, 22 Jul 2010 11:55:32 -0400 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o6MFtEXu031389 for ; Thu, 22 Jul 2010 09:55:15 -0600 From: "Venkateswararao Jujjuri (JV)" Date: Thu, 22 Jul 2010 08:57:47 -0700 Message-Id: <1279814291-8301-1-git-send-email-jvrao@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH-V3 00/24] Consolidated VirtFS work List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, Venkateswararao Jujjuri This patch series is a consolidated view of various VirtFS patches on the Mailing List. None of these patches are new in this series. For sometime all these patches were on the mainling list individually. Changes from V2: - Couple of formatting issues - Fixed fid_type checks in BUG_ON() Signed-off-by: Venkateswararao Jujjuri