]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildHostNetProps: Append aliases without virJSONValueObjectAppendStringPrintf
authorPeter Krempa <pkrempa@redhat.com>
Mon, 6 Mar 2023 08:58:23 +0000 (09:58 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 6 Mar 2023 12:36:44 +0000 (13:36 +0100)
commit4afac135fd746fca105b0e98f4d02d1fe99f7474
treecaf2f834bf61737b83b997f9d7d8df83af31d299
parent9fd45b8df2a8a08ad24de581686f63ac78d133f6
qemuBuildHostNetProps: Append aliases without virJSONValueObjectAppendStringPrintf

Format aliases into temporary strings and append them using
virJSONValueObjectAdd.

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