qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] Few VirtFS patches.
@ 2011-05-31 15:31 Venkateswararao Jujjuri
  2011-05-31 19:02 ` Venkateswararao Jujjuri
  0 siblings, 1 reply; 2+ messages in thread
From: Venkateswararao Jujjuri @ 2011-05-31 15:31 UTC (permalink / raw)
  To: Anthony Liguori, QEMU Developers

The following changes since commit b1d7d2b93a1d6b2d2848b616cc35acdf521c923c:
   Anthony Liguori (1):
         Merge remote-tracking branch 'stefanha/trivial-patches' into 
staging

are available in the git repository at:

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

Aneesh Kumar K.V (3):
       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

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                  |    9 +-
  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            |  147 ++++++----------------------------
  hw/9pfs/virtio-9p.h            |    7 ++
  hw/virtio-pci.c                |   57 +-------------
  hw/virtio-pci.h                |   43 ++++++++++
  15 files changed, 376 insertions(+), 283 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PULL] Few VirtFS patches.
  2011-05-31 15:31 [Qemu-devel] [PULL] Few VirtFS patches Venkateswararao Jujjuri
@ 2011-05-31 19:02 ` Venkateswararao Jujjuri
  0 siblings, 0 replies; 2+ messages in thread
From: Venkateswararao Jujjuri @ 2011-05-31 19:02 UTC (permalink / raw)
  To: Anthony Liguori, QEMU Developers

On 05/31/2011 08:31 AM, Venkateswararao Jujjuri wrote:

Please hold on this request. Adding one more patch. Will send a new request.

Thanks,
JV

> The following changes since commit 
> b1d7d2b93a1d6b2d2848b616cc35acdf521c923c:
>   Anthony Liguori (1):
>         Merge remote-tracking branch 'stefanha/trivial-patches' into 
> staging
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony
>
> Aneesh Kumar K.V (3):
>       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
>
> 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                  |    9 +-
>  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            |  147 ++++++----------------------------
>  hw/9pfs/virtio-9p.h            |    7 ++
>  hw/virtio-pci.c                |   57 +-------------
>  hw/virtio-pci.h                |   43 ++++++++++
>  15 files changed, 376 insertions(+), 283 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
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-31 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-31 15:31 [Qemu-devel] [PULL] Few VirtFS patches Venkateswararao Jujjuri
2011-05-31 19:02 ` Venkateswararao Jujjuri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).