[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, 15 Sep 2011 14:10:02 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10 |
On 09/13/2011 08:27 AM, Aneesh Kumar K.V wrote:
Hi Anthony,
This series contain few fixes to VirtFS server. The patch set also add
two new 9p operations. Please pull.
The following changes since commit 07ff2c4475df77e38a31d50ee7f3932631806c15:
Merge remote-tracking branch 'origin/master' into staging (2011-09-08
09:25:36 -0500)
Pulled. Thanks.
Regards,
Anthony Liguori
are available in the git repository at:
git://repo.or.cz/qemu/v9fs.git for-upstream-4
Aneesh Kumar K.V (5):
hw/9pfs: Update the fidp path before opendir
hw/9pfs: Initialize rest of qid field to zero.
hw/9pfs: Fix memleaks in some 9p operation
hw/9pfs: add 9P2000.L renameat operation
hw/9pfs: add 9P2000.L unlinkat operation
hw/9pfs/virtio-9p.c | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++
hw/9pfs/virtio-9p.h | 4 ++
2 files changed, 130 insertions(+), 0 deletions(-)
-aneesh