mbox

[PULL] collection of small VirtFS patches.

Message ID 4DE677D4.9080706@linux.vnet.ibm.com
State New
Headers show

Pull-request

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

Message

jvrao June 1, 2011, 5:33 p.m. UTC
The following changes since commit 578c7b2ca8ee9e97fa8693b1a83d517e8e3f962e:
   Juha Riihim?ki (1):
         audio: fix integer overflow expression

are available in the git repository at:

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

Aneesh Kumar K.V (4):
       virtio-9p: Don't link to 9p if virtio is not enabled
       virtio-9p: Move 9p device registration into virtio-9p.c
       virtio-9p: Move device specific code to virtio-9p-device
       hw/9pfs: Don't crash when we get a request with not supported 9p 
operation

Malahal Naineni (1):
       [virtio-9p] Stop renaming files with similar name!

Stefan Weil (1):
       virtio-9p: Use relative includes for files in hw

Venkateswararao Jujjuri (JV) (1):
       [virtio-9p] Make rpath thread safe

  Makefile.objs                  |   11 ++-
  Makefile.target                |    4 +-
  fsdev/file-op-9p.h             |    7 --
  fsdev/qemu-fsdev-dummy.c       |   20 +++++
  hw/9pfs/virtio-9p-debug.c      |    5 +-
  hw/9pfs/virtio-9p-device.c     |  173 
++++++++++++++++++++++++++++++++++++++++
  hw/9pfs/virtio-9p-local.c      |  138 +++++++++++++++-----------------
  hw/9pfs/virtio-9p-posix-acl.c  |   22 ++++--
  hw/9pfs/virtio-9p-xattr-user.c |   11 ++-
  hw/9pfs/virtio-9p-xattr.c      |    7 +-
  hw/9pfs/virtio-9p-xattr.h      |    9 ++-
  hw/9pfs/virtio-9p.c            |  164 
++++++++------------------------------
  hw/9pfs/virtio-9p.h            |    7 ++
  hw/virtio-pci.c                |   57 +-------------
  hw/virtio-pci.h                |   43 ++++++++++
  15 files changed, 388 insertions(+), 290 deletions(-)
  create mode 100644 fsdev/qemu-fsdev-dummy.c
  create mode 100644 hw/9pfs/virtio-9p-device.c
  create mode 100644 hw/virtio-pci.h

Comments

jvrao June 8, 2011, 4:40 a.m. UTC | #1
Anthony, can you please pull this?

Thanks,
JV

On 06/01/2011 10:33 AM, Venkateswararao Jujjuri wrote:
> The following changes since commit 
> 578c7b2ca8ee9e97fa8693b1a83d517e8e3f962e:
>   Juha Riihim?ki (1):
>         audio: fix integer overflow expression
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony
>
> Aneesh Kumar K.V (4):
>       virtio-9p: Don't link to 9p if virtio is not enabled
>       virtio-9p: Move 9p device registration into virtio-9p.c
>       virtio-9p: Move device specific code to virtio-9p-device
>       hw/9pfs: Don't crash when we get a request with not supported 9p 
> operation
>
> Malahal Naineni (1):
>       [virtio-9p] Stop renaming files with similar name!
>
> Stefan Weil (1):
>       virtio-9p: Use relative includes for files in hw
>
> Venkateswararao Jujjuri (JV) (1):
>       [virtio-9p] Make rpath thread safe
>
>  Makefile.objs                  |   11 ++-
>  Makefile.target                |    4 +-
>  fsdev/file-op-9p.h             |    7 --
>  fsdev/qemu-fsdev-dummy.c       |   20 +++++
>  hw/9pfs/virtio-9p-debug.c      |    5 +-
>  hw/9pfs/virtio-9p-device.c     |  173 
> ++++++++++++++++++++++++++++++++++++++++
>  hw/9pfs/virtio-9p-local.c      |  138 +++++++++++++++-----------------
>  hw/9pfs/virtio-9p-posix-acl.c  |   22 ++++--
>  hw/9pfs/virtio-9p-xattr-user.c |   11 ++-
>  hw/9pfs/virtio-9p-xattr.c      |    7 +-
>  hw/9pfs/virtio-9p-xattr.h      |    9 ++-
>  hw/9pfs/virtio-9p.c            |  164 
> ++++++++------------------------------
>  hw/9pfs/virtio-9p.h            |    7 ++
>  hw/virtio-pci.c                |   57 +-------------
>  hw/virtio-pci.h                |   43 ++++++++++
>  15 files changed, 388 insertions(+), 290 deletions(-)
>  create mode 100644 fsdev/qemu-fsdev-dummy.c
>  create mode 100644 hw/9pfs/virtio-9p-device.c
>  create mode 100644 hw/virtio-pci.h
>
Anthony Liguori June 9, 2011, 12:40 p.m. UTC | #2
On 06/01/2011 12:33 PM, Venkateswararao Jujjuri wrote:
> The following changes since commit
> 578c7b2ca8ee9e97fa8693b1a83d517e8e3f962e:
> Juha Riihim?ki (1):
> audio: fix integer overflow expression
>
> are available in the git repository at:
>
> git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony


Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Aneesh Kumar K.V (4):
> virtio-9p: Don't link to 9p if virtio is not enabled
> virtio-9p: Move 9p device registration into virtio-9p.c
> virtio-9p: Move device specific code to virtio-9p-device
> hw/9pfs: Don't crash when we get a request with not supported 9p operation
>
> Malahal Naineni (1):
> [virtio-9p] Stop renaming files with similar name!
>
> Stefan Weil (1):
> virtio-9p: Use relative includes for files in hw
>
> Venkateswararao Jujjuri (JV) (1):
> [virtio-9p] Make rpath thread safe
>
> Makefile.objs | 11 ++-
> Makefile.target | 4 +-
> fsdev/file-op-9p.h | 7 --
> fsdev/qemu-fsdev-dummy.c | 20 +++++
> hw/9pfs/virtio-9p-debug.c | 5 +-
> hw/9pfs/virtio-9p-device.c | 173 ++++++++++++++++++++++++++++++++++++++++
> hw/9pfs/virtio-9p-local.c | 138 +++++++++++++++-----------------
> hw/9pfs/virtio-9p-posix-acl.c | 22 ++++--
> hw/9pfs/virtio-9p-xattr-user.c | 11 ++-
> hw/9pfs/virtio-9p-xattr.c | 7 +-
> hw/9pfs/virtio-9p-xattr.h | 9 ++-
> hw/9pfs/virtio-9p.c | 164 ++++++++------------------------------
> hw/9pfs/virtio-9p.h | 7 ++
> hw/virtio-pci.c | 57 +-------------
> hw/virtio-pci.h | 43 ++++++++++
> 15 files changed, 388 insertions(+), 290 deletions(-)
> create mode 100644 fsdev/qemu-fsdev-dummy.c
> create mode 100644 hw/9pfs/virtio-9p-device.c
> create mode 100644 hw/virtio-pci.h
>
>
>