Re: [Qemu-devel] [PATCH v3 09/13] 9p: darwin: Compatibility for f/l*xattr

2018-06-26 Thread Greg Kurz
On Sat, 16 Jun 2018 20:56:53 -0400 Keno Fischer wrote: > On darwin `fgetxattr` takes two extra optional arguments, > and the l* variants are not defined (in favor of an extra > flag to the regular variants. > > Signed-off-by: Keno Fischer > --- Reviewed-by: Greg Kurz > Makefile

[Qemu-devel] [PATCH v3 09/13] 9p: darwin: Compatibility for f/l*xattr

2018-06-16 Thread Keno Fischer
On darwin `fgetxattr` takes two extra optional arguments, and the l* variants are not defined (in favor of an extra flag to the regular variants. Signed-off-by: Keno Fischer --- Makefile| 6 ++ fsdev/virtfs-proxy-helper.c | 9 + hw/9pfs/9p-local.c | 12