Re: [PATCH] qemu: Add vhost-user-blk unix socket to support server mode

2023-03-28 Thread Peter Krempa
On Tue, Mar 21, 2023 at 09:46:44 +0800, Zhenguo Yao wrote: > Peter Krempa 于2023年3月16日周四 21:51写道: > > > > On Thu, Mar 09, 2023 at 16:58:07 +0800, Zhenguo Yao wrote: > > > qemu support server mode when using vhost-user-blk disk. > > > Let libvirt to support this. > > > > Could you please elaborate

Re: [PATCH] qemu: Add vhost-user-blk unix socket to support server mode

2023-03-20 Thread Zhenguo Yao
Peter Krempa 于2023年3月16日周四 21:51写道: > > On Thu, Mar 09, 2023 at 16:58:07 +0800, Zhenguo Yao wrote: > > qemu support server mode when using vhost-user-blk disk. > > Let libvirt to support this. > > Could you please elaborate how you expect to use this? > > I'm asking because server mode comes with

Re: [PATCH] qemu: Add vhost-user-blk unix socket to support server mode

2023-03-17 Thread Peter Krempa
On Thu, Mar 09, 2023 at 16:58:07 +0800, Zhenguo Yao wrote: > qemu support server mode when using vhost-user-blk disk. > Let libvirt to support this. Could you please elaborate how you expect to use this? I'm asking because server mode comes with a integrated set of race conditions: > diff --git

[PATCH] qemu: Add vhost-user-blk unix socket to support server mode

2023-03-09 Thread Zhenguo Yao
qemu support server mode when using vhost-user-blk disk. Let libvirt to support this. Signed-off-by: Zhenguo Yao --- src/conf/domain_conf.c | 14 ++ src/conf/schemas/domaincommon.rng | 8