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 as

[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 .../disk-vhostuser-numa.x86_64-4.2.0

[PATCH] qemu: fix reconnect of unix socket is wrong

2023-02-17 Thread Zhenguo Yao
'reconnect' parameter doesn't pass to qemu properly when hotplug vhost-user device to vm. Fix this by making 'reconnect' to get correct value. Signed-off-by: Zhenguo Yao --- src/qemu/qemu_monitor_json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(