]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Move qemuParseKeywords(Free) to the monitor code
authorPeter Krempa <pkrempa@redhat.com>
Mon, 17 Jun 2019 12:18:51 +0000 (14:18 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jun 2019 10:15:05 +0000 (12:15 +0200)
commite8b505c956837347757bb287ebfc9f4c44842e8e
tree2a75da191fcaf4f796e21c055882d8c64efb8a1f
parentbd843409a444e6c067cbcb0d18f3af82d1df531d
qemu: Move qemuParseKeywords(Free) to the monitor code

The only user is now in qemu_monitor_json.c to re-parse the command line
format into keyvalue pairs for use in QMP command construction.

Move and rename the functions.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
po/POTFILES
src/qemu/Makefile.inc.am
src/qemu/qemu_monitor_json.c
src/qemu/qemu_parse_command.c [deleted file]
src/qemu/qemu_parse_command.h [deleted file]