From patchwork Tue Oct 25 09:32:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Aneesh Kumar K.V" X-Patchwork-Id: 121517 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6AB53B6F70 for ; Tue, 25 Oct 2011 20:34:31 +1100 (EST) Received: from localhost ([::1]:52947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIdOj-00044N-UX for incoming@patchwork.ozlabs.org; Tue, 25 Oct 2011 05:34:17 -0400 Received: from eggs.gnu.org ([140.186.70.92]:39075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIdOe-00044F-0O for qemu-devel@nongnu.org; Tue, 25 Oct 2011 05:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIdOY-0001va-0U for qemu-devel@nongnu.org; Tue, 25 Oct 2011 05:34:11 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:41168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIdOX-0001uu-Tu for qemu-devel@nongnu.org; Tue, 25 Oct 2011 05:34:05 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Oct 2011 05:34:00 -0400 Received: from d01relay02.pok.ibm.com ([9.56.227.234]) by e7.ny.us.ibm.com ([192.168.1.107]) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 25 Oct 2011 05:33:58 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9P9XTUF235600 for ; Tue, 25 Oct 2011 05:33:34 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9P9XTpd016357 for ; Tue, 25 Oct 2011 05:33:29 -0400 Received: from skywalker.linux.vnet.ibm.com ([9.124.94.177]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p9P9XOwr013218; Tue, 25 Oct 2011 05:33:26 -0400 From: "Aneesh Kumar K.V" To: Anthony Liguori User-Agent: Notmuch/0.9_rc1-42-g76fdca8 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Tue, 25 Oct 2011 15:02:44 +0530 Message-ID: <87d3dle7r7.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 x-cbid: 11102509-5806-0000-0000-00000052E43B X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 32.97.182.137 Cc: QEMU Developers Subject: [Qemu-devel] [PULL] VirtFS update 7 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, This include all the pending patches for 1.0 The following changes since commit 952e849c150b4f1b89f8728cba00f925c1d6e75b: Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging (2011-10-24 10:51:12 -0500) are available in the git repository at: git://repo.or.cz/qemu/v9fs.git for-upstream-7 Aneesh Kumar K.V (5): hw/9pfs: Make VirtFS tracing work correctly hw/9pfs: Fix error handling in local_mknod configure: Update configure so that open_by_handle_at check returns correct value hw/9pfs: Abstract open state of fid to V9fsFidOpenState hw/9pfs: Add synthetic file system support using 9p Harsh Prateek Bora (2): qemu-queue: Introduce QLIST_INSERT_HEAD_RCU and dummy RCU wrappers. hw/9pfs: Replace rwlocks with RCU variants of interfaces. M. Mohan Kumar (2): qemu: Add opt_set_bool functionality hw/9pfs: Read-only support for 9p export Makefile.objs | 1 + configure | 2 +- fsdev/file-op-9p.h | 36 ++- fsdev/qemu-fsdev.c | 8 +- fsdev/qemu-fsdev.h | 1 + hw/9pfs/codir.c | 16 +- hw/9pfs/cofile.c | 37 ++-- hw/9pfs/virtio-9p-coth.h | 6 +- hw/9pfs/virtio-9p-handle.c | 96 ++++--- hw/9pfs/virtio-9p-local.c | 113 ++++---- hw/9pfs/virtio-9p-synth.c | 571 +++++++++++++++++++++++++++++++++++++ hw/9pfs/virtio-9p-synth.h | 50 ++++ hw/9pfs/virtio-9p.c | 122 ++++++--- hw/9pfs/virtio-9p.h | 27 ++- qemu-config.c | 7 + qemu-option.c | 39 +++- qemu-option.h | 3 +- qemu-options.hx | 23 ++- qemu-queue.h | 13 + qemu-thread.h | 3 + scripts/analyse-9p-simpletrace.py | 164 ++++++------ trace-events | 2 +- vl.c | 20 ++ 23 files changed, 1085 insertions(+), 275 deletions(-) create mode 100644 hw/9pfs/virtio-9p-synth.c create mode 100644 hw/9pfs/virtio-9p-synth.h