qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/2] oslib: fix OSes support for qemu_close_all_open_fd()


From: Clément Léger
Subject: [PATCH 0/2] oslib: fix OSes support for qemu_close_all_open_fd()
Date: Fri, 30 Aug 2024 13:14:48 +0200

Some OSes (MacOS, FreeBSD) were not correctly handled by the original
close_fd() code. Handle them by fixing the path for self process open
file descriptors location as well as sysconf(_SC_OPEN_MAX) potentially
returning -1 on MacOS.

---

Clément Léger (2):
  qemu/osdep: fix current process fds path for other OSes
  qemu/osdep: handle sysconf(_SC_OPEN_MAX) return value == -1

 util/oslib-posix.c | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

-- 
2.45.2




reply via email to

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