]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildHostdevCommandLine: Format PCI host devices via JSON
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Oct 2021 20:28:59 +0000 (22:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 08:26:03 +0000 (10:26 +0200)
commitfcf96b11bad8fda5a625f75db31a29a23afbdd6e
tree05ce493134c4e27c31feec5eaa01a3a2ec114ab4
parentc3b1bd723e83473be5d4734fcc7f768dfef6032b
qemuBuildHostdevCommandLine: Format PCI host devices via JSON

For properties we use these are the QEMU types:
  host=<str>             - Address (bus/device/function) of the host device, example: 04:10.0
  bootindex=<int32>
  failover_pair_id=<str>

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