]> git.proxmox.com Git - mirror_qemu.git/commit
util: replace pipe()+cloexec with g_unix_open_pipe()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 22 Apr 2022 10:45:35 +0000 (14:45 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 3 May 2022 11:18:14 +0000 (15:18 +0400)
commit81badab381db30930f73f7fd16348f4df2ba7252
tree0ffb54bffe80182816e8e7a56e88080739d74a97
parenta7241974ceca3a783ab010f3fd1926fa42346a34
util: replace pipe()+cloexec with g_unix_open_pipe()

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
util/compatfd.c