
11 Oct
2021
11 Oct
'21
12:11 p.m.
On a Thursday in 2021, Peter Krempa wrote:
Build the properties of 'vhost-vsock' device via JSON. In comparison to previous similar refactors this also modifies the hotplug code to attach the vhost fd handle explicitly rather than using 'qemuMonitorAddDeviceWithFd'.
The properties of vhost-vsock have the following types according to QEMU:
guest-cid=<uint64> - (default: 0) vhostfd=<str>
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_command.c | 36 ++++++++++++++++++++---------------- src/qemu/qemu_command.h | 12 +++++------- src/qemu/qemu_hotplug.c | 21 ++++++++++++++++----- 3 files changed, 41 insertions(+), 28 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano