From mboxrd@z Thu Jan 1 00:00:00 1970 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 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 From: "Aneesh Kumar K.V" Date: Wed, 02 Nov 2011 15:52:14 +0530 Message-ID: <87aa8ehlih.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] [PULL] Virtfs update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , QEMU Developers 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(-)