Re: [PATCH V2] oslib: qemu_clear_cloexec

2023-06-07 Thread Steven Sistare
Hi Paolo, Can I get an RB from you on this patch, since you maintain posix? This is needed for live update, to preserve vfio device descriptors and character device descriptors across the exec of the new qemu binary. If yes, I will rebase to the tip and repost a V3. - Steve On 2/7/2023 2:03 PM,

[PATCH V2] oslib: qemu_clear_cloexec

2023-02-07 Thread Steve Sistare
Define qemu_clear_cloexec, analogous to qemu_set_cloexec. This will be used to preserve selected descriptors during cpr. Signed-off-by: Steve Sistare Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Marc-André Lureau --- include/qemu/osdep.h | 9 + util/oslib-posix.c | 9 +