mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-30 23:06:27 +00:00
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> |
||
---|---|---|
examples_test.go | ||
image.go | ||
qemu_test.go | ||
qemu.go | ||
qmp_test.go | ||
qmp.go |