qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] 9p patches 2018-06-07
@ 2018-06-07 15:21 Greg Kurz
  2018-06-07 15:21 ` [Qemu-devel] [PULL 1/7] 9p: proxy: Fix size passed to `connect` Greg Kurz
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Greg Kurz @ 2018-06-07 15:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Greg Kurz

The following changes since commit 5d328d7d2f1fd4fb160bcfb6e4eb838720274438:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180605.0' into staging (2018-06-07 08:59:28 +0100)

are available in the Git repository at:

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

for you to fetch changes up to aca6897fba149a2a650dcdf5a5e1ae828371f4aa:

  9p: xattr: Properly translate xattrcreate flags (2018-06-07 12:17:22 +0200)

----------------------------------------------------------------
Mostly bug fixes and code sanitization motivated by the upcoming
support for Darwin hosts. Thanks to Keno Fischer.

----------------------------------------------------------------
Keno Fischer (7):
      9p: proxy: Fix size passed to `connect`
      9p: local: Properly set errp in fstatfs error path
      9p: Move a couple xattr functions to 9p-util
      9p: xattr: Fix crashes due to free of uninitialized value
      9p: local: Avoid warning if FS_IOC_GETVERSION is not defined
      9p: Properly check/translate flags in unlinkat
      9p: xattr: Properly translate xattrcreate flags

 hw/9pfs/9p-handle.c |  8 +-------
 hw/9pfs/9p-local.c  | 40 ++++++++++++++++++++++++----------------
 hw/9pfs/9p-proxy.c  |  5 ++---
 hw/9pfs/9p-util.c   | 33 +++++++++++++++++++++++++++++++++
 hw/9pfs/9p-util.h   |  4 ++++
 hw/9pfs/9p-xattr.c  | 33 ---------------------------------
 hw/9pfs/9p.c        | 34 ++++++++++++++++++++++++++++------
 hw/9pfs/9p.h        |  4 ++++
 8 files changed, 96 insertions(+), 65 deletions(-)
-- 
2.14.4

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

end of thread, other threads:[~2018-06-08  9:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-07 15:21 [Qemu-devel] [PULL 0/7] 9p patches 2018-06-07 Greg Kurz
2018-06-07 15:21 ` [Qemu-devel] [PULL 1/7] 9p: proxy: Fix size passed to `connect` Greg Kurz
2018-06-07 15:21 ` [Qemu-devel] [PULL 2/7] 9p: local: Properly set errp in fstatfs error path Greg Kurz
2018-06-07 15:21 ` [Qemu-devel] [PULL 3/7] 9p: Move a couple xattr functions to 9p-util Greg Kurz
2018-06-07 15:21 ` [Qemu-devel] [PULL 4/7] 9p: xattr: Fix crashes due to free of uninitialized value Greg Kurz
2018-06-07 15:21 ` [Qemu-devel] [PULL 5/7] 9p: local: Avoid warning if FS_IOC_GETVERSION is not defined Greg Kurz
2018-06-07 15:21 ` [Qemu-devel] [PULL 6/7] 9p: Properly check/translate flags in unlinkat Greg Kurz
2018-06-07 15:21 ` [Qemu-devel] [PULL 7/7] 9p: xattr: Properly translate xattrcreate flags Greg Kurz
2018-06-08  9:25 ` [Qemu-devel] [PULL 0/7] 9p patches 2018-06-07 Peter Maydell

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).