qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/7] 9p patch queue


From: Greg Kurz
Subject: [Qemu-devel] [PULL 0/7] 9p patch queue
Date: Mon, 6 Jun 2016 14:32:38 +0200

The following changes since commit de5dca1b792ada25c29a95c8f84e01f4300aef9c:

  e1000e: Fix build with gcc 4.6.3 and ust tracing (2016-06-06 09:42:54 +0100)

are available in the git repository at:

  https://github.com/gkurz/qemu.git tags/for-upstream

for you to fetch changes up to 635324e83e238598e86628dba5ab62ce910e6f72:

  9p: switch back to readdir() (2016-06-06 11:52:34 +0200)

----------------------------------------------------------------
readdir_r() to readdir() conversion, various minor cleanups

----------------------------------------------------------------
Greg Kurz (7):
      9p: some more cleanup in #include directives
      9p/fsdev: remove obsolete references to virtio
      9p: drop useless inclusion of hw/i386/pc.h
      9p: drop useless out: label
      9p: introduce the V9fsDir type
      9p: add locking to V9fsDir
      9p: switch back to readdir()

 fsdev/file-op-9p.h         |  5 ++--
 fsdev/qemu-fsdev-dummy.c   |  2 +-
 fsdev/qemu-fsdev-opts.c    |  2 +-
 fsdev/qemu-fsdev.c         |  2 +-
 fsdev/qemu-fsdev.h         |  2 +-
 hw/9pfs/9p-handle.c        | 24 ++++++++----------
 hw/9pfs/9p-local.c         | 36 +++++++++++++-------------
 hw/9pfs/9p-proxy.c         | 26 +++++++++----------
 hw/9pfs/9p-synth.c         | 27 ++++++++------------
 hw/9pfs/9p-synth.h         |  1 +
 hw/9pfs/9p.c               | 63 +++++++++++++++++++++++++++-------------------
 hw/9pfs/9p.h               | 24 +++++++++++++++---
 hw/9pfs/codir.c            | 13 +++++-----
 hw/9pfs/cofile.c           |  3 +--
 hw/9pfs/cofs.c             |  3 +--
 hw/9pfs/coth.c             |  1 -
 hw/9pfs/coth.h             |  6 ++---
 hw/9pfs/coxattr.c          |  3 +--
 hw/9pfs/virtio-9p-device.c |  2 --
 19 files changed, 131 insertions(+), 114 deletions(-)
-- 
2.5.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]