qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 0/2] introduce qemu_socketpiar()


From: Guoyi Tu
Subject: Re: [PATCH v1 0/2] introduce qemu_socketpiar()
Date: Mon, 5 Sep 2022 17:53:42 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Ping...

Any advises are welcome

On 8/23/22 15:50, tugy@chinatelecom.cn wrote:
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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]