]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: Store passthrough arguments in NULL-terminated string list
authorPeter Krempa <pkrempa@redhat.com>
Mon, 21 Jun 2021 12:54:24 +0000 (14:54 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 9 Aug 2021 08:09:00 +0000 (10:09 +0200)
commit93a42f8507f39ebdb9aab365768875a1b7f5be6a
tree90855ca7f2def1b03b572cdbfebc86ccc5e1c599
parentd1aa25373056ad0c7142ed25a07841cdb8810d45
qemu: domain: Store passthrough arguments in NULL-terminated string list

We always process the full list so there's no value in storing the count
separately.

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