From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtEdy-0004fh-5X for qemu-devel@nongnu.org; Tue, 16 Aug 2011 04:05:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtEdw-0006So-MD for qemu-devel@nongnu.org; Tue, 16 Aug 2011 04:05:02 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:42437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtEdw-0006Qi-H6 for qemu-devel@nongnu.org; Tue, 16 Aug 2011 04:05:00 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e33.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p7G7ur8H016150 for ; Tue, 16 Aug 2011 01:56:53 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id p7G84hT7159126 for ; Tue, 16 Aug 2011 02:04:47 -0600 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 p7G24G2G026261 for ; Mon, 15 Aug 2011 20:04:16 -0600 From: "Aneesh Kumar K.V" In-Reply-To: <87obzw54s6.fsf@skywalker.in.ibm.com> References: <1312823215-28675-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <87obzw54s6.fsf@skywalker.in.ibm.com> Date: Tue, 16 Aug 2011 13:33:45 +0530 Message-ID: <87ty9hzsta.fsf@skywalker.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] [PULL] [PATCHSET 2] VirtFS coroutine changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org Here is the updated pull request for the second patchset. The following changes since commit 3b6ffe50300f13240e1b46420ad05da1116df410: hw/scsi-bus.c: Fix use of uninitialised variable (2011-08-14 19:34:25 +0000) are available in the git repository at: git://repo.or.cz/qemu/v9fs.git for-upstream-2 Aneesh Kumar K.V (17): hw/9pfs: Add yeild support for fstat coroutine hw/9pfs: Update v9fs_lock to use coroutines hw/9pfs: Update v9fs_getlock to use coroutines hw/9pfs: Add yield support for open and opendir coroutine hw/9pfs: Update v9fs_open to use coroutines hw/9pfs: Update v9fs_stat to use coroutines hw/9pfs: Update v9fs_walk to use coroutines hw/9pfs: Add yeild support for clunk related coroutine hw/9pfs: Update v9fs_clunk to use coroutines hw/9pfs: Add yield support for fsync coroutine hw/9pfs: Update v9fs_fsync to use coroutines hw/9pfs: Add yield support for pwritev coroutine hw/9pfs: Update v9fs_write to use coroutines hw/9pfs: Update v9fs_wstat to use coroutines hw/9pfs: Update v9fs_attach to use coroutines hw/9pfs: Add yield support for preadv coroutine hw/9pfs: Update v9fs_read to use coroutines Harsh Prateek Bora (1): use readdir_r instead of readdir for reentrancy Venkateswararao Jujjuri (6): hw/9pfs: Add yield support for open2 coroutine hw/9pfs: Update v9fs_lcreate to use coroutines hw/9pfs: Update v9fs_create to use coroutines hw/9pfs: Add yield support for symlin coroutine hw/9pfs: Update v9fs_symlink to use coroutines hw/9pfs: Add yield support for link coroutine Venkateswararao Jujjuri (JV) (1): hw/9pfs: Update v9fs_link to use coroutines fsdev/file-op-9p.h | 2 +- hw/9pfs/codir.c | 40 +- hw/9pfs/cofile.c | 131 ++++ hw/9pfs/cofs.c | 20 + hw/9pfs/coxattr.c | 34 + hw/9pfs/virtio-9p-coth.h | 21 +- hw/9pfs/virtio-9p-local.c | 7 +- hw/9pfs/virtio-9p.c | 1855 +++++++++++++++------------------------------ hw/9pfs/virtio-9p.h | 79 -- 9 files changed, 859 insertions(+), 1330 deletions(-)