Go to file
Julio Montes 24b14059b3 qemu: Add functions to process QMP response
Some QMP commands like ```query-hotpluggable-cpus``` returns a
response that needs to be processed and returned to the client as
a struct. This patch adds the function ```executeCommandWithResponse```
that returns the response of a QMP command.

Signed-off-by: Julio Montes <julio.montes@intel.com>
2017-12-07 12:33:12 -06:00
examples_test.go qemu: Add a SysProcAttr parameter to LaunchCustomQemu 2017-11-20 17:27:02 +00:00
image.go qemu: Add a SysProcAttr parameter to CreateCloudInitISO 2017-11-20 17:27:02 +00:00
qemu_test.go Networking: Add support for handling macvtap interfaces 2017-10-12 09:59:03 -07:00
qemu.go qemu: Add a SysProcAttr parameter to LaunchCustomQemu 2017-11-20 17:27:02 +00:00
qmp_test.go qemu/qmp: Implement function to hot plug PCI devices 2017-10-24 09:01:12 -05:00
qmp.go qemu: Add functions to process QMP response 2017-12-07 12:33:12 -06:00