
7 Oct
2021
7 Oct
'21
12:41 p.m.
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@redhat.com> --- src/qemu/qemu_command.c | 119 +++++++++++----------------------------- 1 file changed, 32 insertions(+), 87 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano