qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 2/5] qemu/osdep: Split qemu_close_all_open_fd() and add fa


From: Richard Henderson
Subject: Re: [PATCH v7 2/5] qemu/osdep: Split qemu_close_all_open_fd() and add fallback
Date: Thu, 1 Aug 2024 07:50:30 +1000
User-agent: Mozilla Thunderbird

On 7/31/24 18:48, Clément Léger wrote:
In order to make it cleaner, split qemu_close_all_open_fd() logic into
multiple subfunctions (close with close_range(), with /proc/self/fd and
fallback).

Signed-off-by: Clément Léger<cleger@rivosinc.com>
---
  util/oslib-posix.c | 50 ++++++++++++++++++++++++++++++++++------------
  1 file changed, 37 insertions(+), 13 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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