[Qemu-devel] [PATCH 0/2] get rid of qemu_utimens()

Greg Kurz posted 2 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/149520531371.9327.383828886525307842.stgit@bahia
Test checkpatch passed
Test docker passed
Test s390x passed
configure                   |   22 --------------------
fsdev/virtfs-proxy-helper.c |    3 ++-
hw/9pfs/9p-handle.c         |    5 -----
include/sysemu/os-posix.h   |   11 ----------
util/oslib-posix.c          |   47 -------------------------------------------
5 files changed, 2 insertions(+), 86 deletions(-)
[Qemu-devel] [PATCH 0/2] get rid of qemu_utimens()
Posted by Greg Kurz 6 years, 11 months ago
It is currently only used by 9pfs and virtfs-proxy-helper. This series convert
them to utimensat() and futimens().

--
Greg

---

Greg Kurz (2):
      9pfs: assume utimensat() and futimens() are present
      util: drop old utimensat() compat code


 configure                   |   22 --------------------
 fsdev/virtfs-proxy-helper.c |    3 ++-
 hw/9pfs/9p-handle.c         |    5 -----
 include/sysemu/os-posix.h   |   11 ----------
 util/oslib-posix.c          |   47 -------------------------------------------
 5 files changed, 2 insertions(+), 86 deletions(-)


Re: [Qemu-devel] [PATCH 0/2] get rid of qemu_utimens()
Posted by Eric Blake 6 years, 11 months ago
On 05/19/2017 09:50 AM, Greg Kurz wrote:
> It is currently only used by 9pfs and virtfs-proxy-helper. This series convert
> them to utimensat() and futimens().
> 
> --
> Greg
> 
> ---
> 
> Greg Kurz (2):
>       9pfs: assume utimensat() and futimens() are present
>       util: drop old utimensat() compat code

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org