On Sat, 2 Jun 2018 17:29:34 -0400
Keno Fischer <keno@juliacomputing.com> wrote:
> 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.
>
I've applied patches 2 to 5 for the time being.
> 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(-)
>