]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildMemoryCellBackendStr: Return JSON props instead of a buffer
authorPeter Krempa <pkrempa@redhat.com>
Fri, 24 Sep 2021 13:37:17 +0000 (15:37 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 08:25:59 +0000 (10:25 +0200)
commitd8f3fb187d51ff3e53d010e02ac52a00c52aab0c
tree00d23a6e27ec336dd8f5895c2c77470af28dd369
parentacf4159556f6b456d368ea2a4c2991fd4a35f757
qemuBuildMemoryCellBackendStr: Return JSON props instead of a buffer

Rename the function to 'qemuBuildMemoryCellBackendProps' and return the
properties before conversion to commandline arguments. This requires
changes in the caller.

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