]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildVHostUserFsCommandLine: Generate via JSON
authorPeter Krempa <pkrempa@redhat.com>
Tue, 5 Oct 2021 14:23:19 +0000 (16:23 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 09:11:13 +0000 (11:11 +0200)
commit7ef62d7d57cee40d3cecb17f0bb806cf29f2e430
tree4851f8882821a627b788759ddda6eaada563025f
parentcb1721767b2adc2b2e15a6a0b2add1788635ae0e
qemuBuildVHostUserFsCommandLine: Generate via JSON

The 'vhost-user-fs-pci' has following properties we control:
  chardev=<str>          - ID of a chardev to use as a backend
  queue-size=<uint16>    -  (default: 128)
  tag=<str>
  bootindex=<int32>

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_command.h