]> xenbits.xensource.com Git - libvirt.git/commit
qemuBuildHostdevCommandLine: Build mediated device commandline via JSON
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Oct 2021 08:17:01 +0000 (10:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 08:26:03 +0000 (10:26 +0200)
commit73c352ab8c97d309bbb4a8b94f73be6e734f5e8c
tree46259a4b3bf96d8d6d1094a740d761ae796d2ada
parent172f64bb8168ce826ebdf04e0d5699b72f7e8e71
qemuBuildHostdevCommandLine: Build mediated device commandline via JSON

The 'vfio-pci-nohotplug' device has the following property types
according to QEMU:

  display=<OnOffAuto>    - on/off/auto (default: "off")
  sysfsdev=<str>
  ramfb=<bool>
  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
src/qemu/qemu_hotplug.c