On a Thursday in 2021, Peter Krempa wrote:
All callers basically end up dumping the buffer into a string and
then
adding '-object' 'props' arguments to virCommand. Simplify all callers
by doing this in the function itself.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_command.c | 119 +++++++++++-----------------------------
1 file changed, 32 insertions(+), 87 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano