mbox series

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

Message ID 20240830111451.3799490-1-cleger@rivosinc.com
Headers show
Series oslib: fix OSes support for qemu_close_all_open_fd() | expand

Message

Clément Léger Aug. 30, 2024, 11:14 a.m. UTC
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(-)