mbox

[PULL] virtio-9p patches - Request for pull

Message ID 4D5DBE80.4010001@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony

Message

jvrao Feb. 18, 2011, 12:34 a.m. UTC
The following changes since commit e14da0af640e4255b15d81907a93a2637e14e478:
  Marcelo Tosatti (1):
        Fix vmport segfault (v2)

are available in the git repository at:

  git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony

Aneesh Kumar K.V (3):
      virtio-9p: move 9p files around
      virtio-9p: Print the pdu details on return
      virtio-9p: removexattr on default acl should return 0

Harsh Prateek Bora (1):
      hw/virtio-9p-local.c: Remove unnecessary null char in symlink file

M. Mohan Kumar (1):
      virtio-9p: Bugfix to send correct iounit

 Makefile.objs                        |   10 +++++++---
 Makefile.target                      |    6 ++++--
 configure                            |    2 ++
 hw/{ => 9pfs}/virtio-9p-debug.c      |    0
 hw/{ => 9pfs}/virtio-9p-debug.h      |    0
 hw/{ => 9pfs}/virtio-9p-local.c      |    2 +-
 hw/{ => 9pfs}/virtio-9p-posix-acl.c  |   15 +++++++++++++--
 hw/{ => 9pfs}/virtio-9p-xattr-user.c |    0
 hw/{ => 9pfs}/virtio-9p-xattr.c      |    0
 hw/{ => 9pfs}/virtio-9p-xattr.h      |    0
 hw/{ => 9pfs}/virtio-9p.c            |    7 +++++--
 hw/{ => 9pfs}/virtio-9p.h            |    0
 12 files changed, 32 insertions(+), 10 deletions(-)
 rename hw/{ => 9pfs}/virtio-9p-debug.c (100%)
 rename hw/{ => 9pfs}/virtio-9p-debug.h (100%)
 rename hw/{ => 9pfs}/virtio-9p-local.c (99%)
 rename hw/{ => 9pfs}/virtio-9p-posix-acl.c (89%)
 rename hw/{ => 9pfs}/virtio-9p-xattr-user.c (100%)
 rename hw/{ => 9pfs}/virtio-9p-xattr.c (100%)
 rename hw/{ => 9pfs}/virtio-9p-xattr.h (100%)
 rename hw/{ => 9pfs}/virtio-9p.c (99%)
 rename hw/{ => 9pfs}/virtio-9p.h (100%)