qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/5] Prepratory cleanup for 9p darwin support
@ 2018-06-02 21:29 Keno Fischer
  2018-06-02 21:29 ` [Qemu-devel] [PATCH v3 1/5] cutils: Provide strchrnul Keno Fischer
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Keno Fischer @ 2018-06-02 21:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Keno Fischer, groug

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

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

end of thread, other threads:[~2018-06-05 13:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-02 21:29 [Qemu-devel] [PATCH v3 0/5] Prepratory cleanup for 9p darwin support Keno Fischer
2018-06-02 21:29 ` [Qemu-devel] [PATCH v3 1/5] cutils: Provide strchrnul Keno Fischer
2018-06-05 11:48   ` Greg Kurz
2018-06-05 13:15     ` Greg Kurz
2018-06-02 21:29 ` [Qemu-devel] [PATCH v3 2/5] 9p: xattr: Fix crashes due to free of uninitialized value Keno Fischer
2018-06-02 21:29 ` [Qemu-devel] [PATCH v3 3/5] 9p: local: Avoid warning if FS_IOC_GETVERSION is not defined Keno Fischer
2018-06-02 21:29 ` [Qemu-devel] [PATCH v3 4/5] 9p: Properly check/translate flags in unlinkat Keno Fischer
2018-06-02 21:29 ` [Qemu-devel] [PATCH v3 5/5] 9p: xattr: Properly translate xattrcreate flags Keno Fischer
2018-06-05 13:37 ` [Qemu-devel] [PATCH v3 0/5] Prepratory cleanup for 9p darwin support Greg Kurz

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