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

2022-09-19 Thread Guoyi Tu
Hi Peter, what do you think about this patches? If this could be merged in upstream, i will start to update the test codes On 8/23/22 15:50, t...@chinatelecom.cn wrote: From: Guoyi Tu Introduce qemu_socketpair() to create socket pair fd, and set the close-on-exec flag at default as with the

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

2022-09-05 Thread Guoyi Tu
On 9/5/22 20:33, Marc-André Lureau wrote: Hi On Mon, Sep 5, 2022 at 4:28 PM Guoyi Tu > wrote: On 9/5/22 19:19, Marc-André Lureau wrote: > Hi > > On Tue, Aug 23, 2022 at 12:00 PM mailto:t...@chinatelecom.cn> >

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

2022-09-05 Thread Christian Schoenebeck
On Dienstag, 23. August 2022 09:50:38 CEST t...@chinatelecom.cn wrote: > From: Guoyi Tu > > 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 neces

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

2022-09-05 Thread Marc-André Lureau
Hi On Mon, Sep 5, 2022 at 4:28 PM Guoyi Tu wrote: > > > On 9/5/22 19:19, Marc-André Lureau wrote: > > Hi > > > > On Tue, Aug 23, 2022 at 12:00 PM > > wrote: > > > > From: Guoyi Tu mailto:t...@chinatelecom.cn>> > > > > Introduce qemu_socketpair() to create so

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

2022-09-05 Thread Guoyi Tu
On 9/5/22 19:19, Marc-André Lureau wrote: Hi On Tue, Aug 23, 2022 at 12:00 PM > wrote: From: Guoyi Tu mailto:t...@chinatelecom.cn>> Introduce qemu_socketpair() to create socket pair fd, and set the close-on-exec flag at default as with the other typ

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

2022-09-05 Thread Marc-André Lureau
Hi On Tue, Aug 23, 2022 at 12:00 PM wrote: > From: Guoyi Tu > > 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. > > Guoy

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

2022-09-05 Thread Guoyi Tu
Ping... Any advises are welcome On 8/23/22 15:50, t...@chinatelecom.cn wrote: From: Guoyi Tu 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 necessar

[PATCH v1 0/2] introduce qemu_socketpiar()

2022-08-23 Thread tugy
From: Guoyi Tu 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-us