qemu-devel
[Top][All Lists]
Advanced

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

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


From: Greg Kurz
Subject: [Qemu-devel] [PATCH 0/2] get rid of qemu_utimens()
Date: Fri, 19 May 2017 16:50:31 +0200
User-agent: StGit/0.17.1-20-gc0b1b-dirty

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




reply via email to

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