Re: [libvirt] [PATCH] qemu: Move qemuFreeKeywords into qemu_parse_command.c

2017-10-17 Thread John Ferlan
On 10/16/2017 04:20 PM, Kothapally Madhu Pavan wrote: > Move qemuFreeKeywords into qemu_parse_command.c as > qemuKeywordsFree and call it rather than inline code > in multiple places. To be consistent, the new API would be qemuParseKeywordsFree - API's in qemu_parse_command.c start with qemuPars

[libvirt] [PATCH] qemu: Move qemuFreeKeywords into qemu_parse_command.c

2017-10-16 Thread Kothapally Madhu Pavan
Move qemuFreeKeywords into qemu_parse_command.c as qemuKeywordsFree and call it rather than inline code in multiple places. Signed-off-by: Kothapally Madhu Pavan --- src/qemu/qemu_monitor_json.c | 15 ++--- src/qemu/qemu_parse_command.c | 52 ---