[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL] VirtFS update
From: |
Anthony Liguori |
Subject: |
Re: [Qemu-devel] [PULL] VirtFS update |
Date: |
Thu, 29 Sep 2011 15:05:28 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13 |
On 09/27/2011 04:11 AM, Aneesh Kumar K.V wrote:
The following changes since commit d85a1302a91912c52cdc3fe459b313848a8a0792:
Merge remote-tracking branch 'kwolf/for-anthony' into staging (2011-09-22
10:31:26 -0500)
are available in the git repository at:
git://repo.or.cz/qemu/v9fs.git for-upstream-5
Pulled. Thanks.
Regards,
Anthony Liguori
Aneesh Kumar K.V (8):
hw/9pfs: Make v9fs_string* functions non-static
hw/9pfs: Use read-write lock for protecting fid path.
hw/9pfs: Move fid pathname tracking to seperate data type.
hw/9pfs: Add init callback to fs driver
hw/9pfs: Add fs driver specific details to fscontext
hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk
hw/9pfs: Implement TFLUSH operation
hw/9pfs: Add handle based fs driver
Makefile.objs | 8 +-
fsdev/file-op-9p.h | 54 ++-
fsdev/qemu-fsdev.c | 1 +
fsdev/qemu-fsdev.h | 1 +
hw/9pfs/codir.c | 64 +++-
hw/9pfs/cofile.c | 110 +++++--
hw/9pfs/cofs.c | 195 ++++++++++--
hw/9pfs/coxattr.c | 41 ++-
hw/9pfs/virtio-9p-coth.h | 72 +++--
hw/9pfs/virtio-9p-device.c | 10 +-
hw/9pfs/virtio-9p-handle.c | 611 +++++++++++++++++++++++++++++++++
hw/9pfs/virtio-9p-local.c | 213 +++++++++---
hw/9pfs/virtio-9p.c | 820 ++++++++++++++++++++++++--------------------
hw/9pfs/virtio-9p.h | 50 +++-
14 files changed, 1712 insertions(+), 538 deletions(-)
create mode 100644 hw/9pfs/virtio-9p-handle.c