All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] introduce qemu_socketpiar()
@ 2022-08-12 11:44 tugy
  2022-08-12 11:44 ` [PATCH 1/2] osdeps: Introduce qemu_socketpair() tugy
  2022-08-12 11:44 ` [PATCH 2/2] vhost-user: Call qemu_socketpair() instead of socketpair() tugy
  0 siblings, 2 replies; 7+ messages in thread
From: tugy @ 2022-08-12 11:44 UTC (permalink / raw)
  To: peter.maydell, f4bug, marcandre.lureau, qemu_oss,
	richard.henderson, berrange, mst, kraxel, qemu-devel, tugy

From: Guoyi Tu <tugy@chinatelecom.cn>

introduce qemu_socketpair() to create socket pair fd, and 
set the close-on-exec flag at default as with the other type
of socket does.

besides, the live update feature is developing, so it's necessary
to do that.

Guoyi Tu (2):
  osdeps: Introduce qemu_socketpair()
  vhost-user: Call qemu_socketpair() instead of socketpair()

 hw/display/vhost-user-gpu.c |  3 ++-
 hw/virtio/vhost-user.c      |  2 +-
 include/qemu/sockets.h      |  3 +++
 util/osdep.c                | 24 ++++++++++++++++++++++++
 4 files changed, 30 insertions(+), 2 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-18 11:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-12 11:44 [PATCH 0/2] introduce qemu_socketpiar() tugy
2022-08-12 11:44 ` [PATCH 1/2] osdeps: Introduce qemu_socketpair() tugy
2022-08-12 11:49   ` Peter Maydell
2022-08-18 11:50     ` Guoyi Tu
2022-08-12 11:44 ` [PATCH 2/2] vhost-user: Call qemu_socketpair() instead of socketpair() tugy
2022-08-12 11:50   ` Peter Maydell
2022-08-18 11:51     ` Guoyi Tu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.