Re: [PATCH v2] osdep: add a qemu_close_all_open_fd() helper

2024-07-16 Thread Clément Léger
On 11/07/2024 20:43, Richard Henderson wrote: > On 6/18/24 04:17, Clément Léger wrote: >> Since commit 03e471c41d8b ("qemu_init: increase NOFILE soft limit on >> POSIX"), the maximum number of file descriptors that can be opened are >> raised to nofile.rlim_max. On recent debian distro, this yie

Re: [PATCH v2] osdep: add a qemu_close_all_open_fd() helper

2024-07-16 Thread Clément Léger
On 12/07/2024 17:12, Daniel P. Berrangé wrote: > On Tue, Jun 18, 2024 at 01:17:03PM +0200, Clément Léger wrote: >> Since commit 03e471c41d8b ("qemu_init: increase NOFILE soft limit on >> POSIX"), the maximum number of file descriptors that can be opened are >> raised to nofile.rlim_max. On recen

Re: [PATCH v2] osdep: add a qemu_close_all_open_fd() helper

2024-07-12 Thread Daniel P . Berrangé
On Tue, Jun 18, 2024 at 01:17:03PM +0200, Clément Léger wrote: > Since commit 03e471c41d8b ("qemu_init: increase NOFILE soft limit on > POSIX"), the maximum number of file descriptors that can be opened are > raised to nofile.rlim_max. On recent debian distro, this yield a maximum > of 1073741816 f

Re: [PATCH v2] osdep: add a qemu_close_all_open_fd() helper

2024-07-11 Thread Richard Henderson
On 6/18/24 04:17, Clément Léger wrote: Since commit 03e471c41d8b ("qemu_init: increase NOFILE soft limit on POSIX"), the maximum number of file descriptors that can be opened are raised to nofile.rlim_max. On recent debian distro, this yield a maximum of 1073741816 file descriptors. Now, when for

Re: [PATCH v2] osdep: add a qemu_close_all_open_fd() helper

2024-07-11 Thread Clément Léger
Gentle ping ? Thanks, Clément On 18/06/2024 13:17, Clément Léger wrote: > Since commit 03e471c41d8b ("qemu_init: increase NOFILE soft limit on > POSIX"), the maximum number of file descriptors that can be opened are > raised to nofile.rlim_max. On recent debian distro, this yield a maximum > of

[PATCH v2] osdep: add a qemu_close_all_open_fd() helper

2024-06-18 Thread Clément Léger
Since commit 03e471c41d8b ("qemu_init: increase NOFILE soft limit on POSIX"), the maximum number of file descriptors that can be opened are raised to nofile.rlim_max. On recent debian distro, this yield a maximum of 1073741816 file descriptors. Now, when forking to start qemu-bridge-helper, this ac