qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] introduce qemu_socketpiar()
@ 2022-08-23  7:50 tugy
  2022-08-23  7:50 ` [PATCH v1 1/2] oslib-posix: Introduce qemu_socketpair() tugy
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: tugy @ 2022-08-23  7:50 UTC (permalink / raw)
  To: peter.maydell, f4bug, marcandre.lureau, qemu_oss,
	richard.henderson, berrange, mst, kraxel, qemu-devel
  Cc: 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):
  oslib-posix: 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      | 18 ++++++++++++++++++
 util/oslib-posix.c          | 19 +++++++++++++++++++
 4 files changed, 40 insertions(+), 2 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2022-09-19  7:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-23  7:50 [PATCH v1 0/2] introduce qemu_socketpiar() tugy
2022-08-23  7:50 ` [PATCH v1 1/2] oslib-posix: Introduce qemu_socketpair() tugy
2022-08-23  7:50 ` [PATCH v1 2/2] vhost-user: Call qemu_socketpair() instead of socketpair() tugy
2022-09-05  9:53 ` [PATCH v1 0/2] introduce qemu_socketpiar() Guoyi Tu
2022-09-05 11:19 ` Marc-André Lureau
2022-09-05 12:27   ` Guoyi Tu
2022-09-05 12:33     ` Marc-André Lureau
2022-09-05 13:00       ` Guoyi Tu
2022-09-05 12:04 ` Christian Schoenebeck
2022-09-19  7:20 ` Guoyi Tu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).