]> xenbits.xensource.com Git - libvirt.git/commit
qemu: allow qmp probing for cmdline options without params
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 17 Jun 2014 11:41:16 +0000 (13:41 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 16 Jul 2014 18:15:46 +0000 (20:15 +0200)
commit7bc1db5a1d83dd5838b8c502d74c73aa7ecc8b13
tree4b9d335941678278574cfa39de4bf6b6e96a483c
parent1a7be8c600905aa07ac2d78293336ba8523ad48e
qemu: allow qmp probing for cmdline options without params

That can be lately achieved with by having .param == NULL in the
virQEMUCapsCommandLineProps struct.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
tests/qemumonitorjsontest.c