qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/5] Prepratory cleanup for 9p darwin support


From: Keno Fischer
Subject: [Qemu-devel] [PATCH v3 0/5] Prepratory cleanup for 9p darwin support
Date: Sat, 2 Jun 2018 17:29:34 -0400

Hi Greg,

this is a respin of just the first couple of patches of my 9p Darwin
series. These patches should be applicable independent of the darwin
work.

Keno Fischer (5):
  cutils: Provide strchrnul
  9p: xattr: Fix crashes due to free of uninitialized value
  9p: local: Avoid warning if FS_IOC_GETVERSION is not defined
  9p: Properly error check and translate flags in unlinkat
  9p: xattr: Properly translate xattrcreate flags

 configure             | 15 +++++++++++++++
 hmp.c                 |  8 ++++----
 hw/9pfs/9p-handle.c   |  8 +-------
 hw/9pfs/9p-local.c    | 42 ++++++++++++++++++++++++------------------
 hw/9pfs/9p.c          | 34 ++++++++++++++++++++++++++++------
 hw/9pfs/9p.h          |  4 ++++
 include/qemu/cutils.h |  8 ++++++++
 monitor.c             |  8 ++------
 util/cutils.c         | 15 +++++++++++++++
 util/qemu-option.c    |  6 +-----
 util/uri.c            |  6 ++----
 11 files changed, 104 insertions(+), 50 deletions(-)

-- 
2.8.1




reply via email to

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