From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdH4H-000111-B0 for qemu-devel@nongnu.org; Wed, 21 Dec 2011 02:58:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdH49-0000JE-CR for qemu-devel@nongnu.org; Wed, 21 Dec 2011 02:58:28 -0500 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:33656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdH47-0000Hg-Uj for qemu-devel@nongnu.org; Wed, 21 Dec 2011 02:58:20 -0500 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 21 Dec 2011 07:53:23 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBL7w0Od4960292 for ; Wed, 21 Dec 2011 18:58:03 +1100 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBL7w0Hv020062 for ; Wed, 21 Dec 2011 18:58:00 +1100 From: "Aneesh Kumar K.V" Date: Wed, 21 Dec 2011 13:27:51 +0530 Message-Id: <1324454275-17441-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL] VirtFS update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hi Anthony, This is the updated pull request after moving the repo to github. I added two patches to the series. The signed tag for-anthony is updated with updated info The following changes since commit 3799ce4ab64f578eb818689a276e4f0c73d01fb5: sd: Remember to reset .expecting_acmd on reset. (2011-12-21 05:04:21 +0100) are available in the git repository at: git://github.com/kvaneesh/QEMU.git for-upstream for you to fetch changes up to 058a96ed506d77714bcce3d69b351e364078c080: scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations. (2011-12-21 12:37:23 +0530) ---------------------------------------------------------------- (from the branch description for for-upstream local branch) branch for landing changes for upstream merge ---------------------------------------------------------------- Aneesh Kumar K.V (2): hw/9pfs: Use the correct signed type for different variables hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values. Harsh Prateek Bora (1): scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations. Stefan Hajnoczi (1): hw/9pfs: replace iovec manipulation with QEMUIOVector fsdev/file-op-9p.h | 2 +- hw/9pfs/virtio-9p.c | 230 +++++++++++++++---------------------- hw/9pfs/virtio-9p.h | 2 +- scripts/analyse-9p-simpletrace.py | 75 ++++++++++++- trace-events | 8 +- 5 files changed, 174 insertions(+), 143 deletions(-)