* [Qemu-devel] [PULL] VirtFS coroutine changes patchset 2
@ 2011-08-24 15:32 Aneesh Kumar K.V
2011-08-25 13:03 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: Aneesh Kumar K.V @ 2011-08-24 15:32 UTC (permalink / raw)
To: Anthony Liguori, QEMU Developers
The following changes since commit f1a7104a5f435a1bf2a1158e6f737dbd89e8c153:
Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into staging (2011-08-21 18:34:33 -0500)
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 | 1859 +++++++++++++++------------------------------
hw/9pfs/virtio-9p.h | 79 --
9 files changed, 857 insertions(+), 1336 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PULL] VirtFS coroutine changes patchset 2
2011-08-24 15:32 [Qemu-devel] [PULL] VirtFS coroutine changes patchset 2 Aneesh Kumar K.V
@ 2011-08-25 13:03 ` Anthony Liguori
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2011-08-25 13:03 UTC (permalink / raw)
To: Aneesh Kumar K.V; +Cc: QEMU Developers
On 08/24/2011 10:32 AM, Aneesh Kumar K.V wrote:
>
> The following changes since commit f1a7104a5f435a1bf2a1158e6f737dbd89e8c153:
>
> Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into staging (2011-08-21 18:34:33 -0500)
>
> are available in the git repository at:
>
> git://repo.or.cz/qemu/v9fs.git for-upstream-2
Pulled. Thanks.
Regards,
Anthony Liguori
>
> 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 | 1859 +++++++++++++++------------------------------
> hw/9pfs/virtio-9p.h | 79 --
> 9 files changed, 857 insertions(+), 1336 deletions(-)
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-25 13:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-24 15:32 [Qemu-devel] [PULL] VirtFS coroutine changes patchset 2 Aneesh Kumar K.V
2011-08-25 13:03 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).