From patchwork Wed Nov 2 10:22:14 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: 123248 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 8F3B2B6F76 for ; Wed, 2 Nov 2011 21:23:13 +1100 (EST) Received: from localhost ([::1]:43261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLXyQ-0006B9-O7 for incoming@patchwork.ozlabs.org; Wed, 02 Nov 2011 06:23:10 -0400 Received: from eggs.gnu.org ([140.186.70.92]:55163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLXyK-0006B3-RU for qemu-devel@nongnu.org; Wed, 02 Nov 2011 06:23:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLXyJ-0003HZ-Ev for qemu-devel@nongnu.org; Wed, 02 Nov 2011 06:23:04 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:45032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLXyJ-0003HJ-CT for qemu-devel@nongnu.org; Wed, 02 Nov 2011 06:23:03 -0400 Received: from /spool/local by e6.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 2 Nov 2011 06:23:02 -0400 Received: from d01relay02.pok.ibm.com ([9.56.227.234]) by e6.ny.us.ibm.com ([192.168.1.106]) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 2 Nov 2011 06:22:55 -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 pA2AMPSM434796 for ; Wed, 2 Nov 2011 06:22:27 -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 pA2AMO9J002720 for ; Wed, 2 Nov 2011 06:22:24 -0400 Received: from skywalker.linux.vnet.ibm.com ([9.126.239.90]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id pA2AMGEP002426; Wed, 2 Nov 2011 06:22:19 -0400 From: "Aneesh Kumar K.V" To: Anthony Liguori , QEMU Developers User-Agent: Notmuch/0.9_rc1-42-g76fdca8 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 02 Nov 2011 15:52:14 +0530 Message-ID: <87aa8ehlih.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 x-cbid: 11110210-1976-0000-0000-000000990E71 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 32.97.182.146 Subject: [Qemu-devel] [PULL] Virtfs update 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 The following changes since commit e072ea2fd8fdceef64159b9596d3c15ce01bea91: Bump version to 1.0-rc0 (2011-11-01 19:37:01 -0500) are available in the git repository at: git://repo.or.cz/qemu/v9fs.git for-upstream-8 Aneesh Kumar K.V (1): hw/9pfs: Move opt validation to FsDriver callback Stefan Hajnoczi (1): hw/9pfs: use g_vasprintf() instead of rolling our own fsdev/file-op-9p.h | 15 ++++++- fsdev/qemu-fsdev.c | 44 +++---------------- fsdev/qemu-fsdev.h | 10 ---- hw/9pfs/virtio-9p-device.c | 13 +++-- hw/9pfs/virtio-9p-handle.c | 20 +++++++++ hw/9pfs/virtio-9p-local.c | 34 ++++++++++++++ hw/9pfs/virtio-9p.c | 103 ++------------------------------------------ vl.c | 8 +--- 8 files changed, 87 insertions(+), 160 deletions(-)