[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL] VirtFS update
From: |
Aneesh Kumar K.V |
Subject: |
[Qemu-devel] [PULL] VirtFS update |
Date: |
Wed, 21 Dec 2011 13:27:51 +0530 |
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(-)
- [Qemu-devel] [PULL] VirtFS update, Aneesh Kumar K.V, 2011/12/05
- [Qemu-devel] [PATCH 1/5] hw/9pfs: Improve portability to older systems, Aneesh Kumar K.V, 2011/12/05
- [Qemu-devel] [PATCH 4/5] hw/9pfs: Add qdev.reset callback for virtio-9p-pci device, Aneesh Kumar K.V, 2011/12/05
- [Qemu-devel] [PATCH 3/5] hw/9pfs: Reset server state during TVERSION, Aneesh Kumar K.V, 2011/12/05
- [Qemu-devel] [PATCH 5/5] hw/9pfs: Use the correct file descriptor in Fsdriver Callback, Aneesh Kumar K.V, 2011/12/05
- [Qemu-devel] [PATCH 2/5] hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted, Aneesh Kumar K.V, 2011/12/05
- [Qemu-devel] [PULL] VirtFS update, Aneesh Kumar K.V, 2011/12/17
- [Qemu-devel] [PULL] VirtFS update,
Aneesh Kumar K.V <=
- [Qemu-devel] [PATCH 3/4] hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values., Aneesh Kumar K.V, 2011/12/21
- [Qemu-devel] [PATCH 1/4] hw/9pfs: replace iovec manipulation with QEMUIOVector, Aneesh Kumar K.V, 2011/12/21
- [Qemu-devel] [PATCH 4/4] scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations., Aneesh Kumar K.V, 2011/12/21
- [Qemu-devel] [PATCH 2/4] hw/9pfs: Use the correct signed type for different variables, Aneesh Kumar K.V, 2011/12/21
- Re: [Qemu-devel] [PULL] VirtFS update, Anthony Liguori, 2011/12/27