]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: Store capability overrides 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)
commitd1aa25373056ad0c7142ed25a07841cdb8810d45
treea45263da6fe5cce198623c2c1f82397e043ad40f
parentb7b8ea965bcf492233a8a9d71c998df769115fbe
qemu: domain: Store capability overrides 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_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c