Go to file
Mark Ryan c6f334533a qemu: Fix command cancelling.
There was a bug with the cancelling of commands that meant that when
an attempt was made to cancel a command and then to issue a second
command, the first, cancelled command was re-issued.  This commit
fixes the issue and adds a new test case to check that cancelling
of commands does indeed work.  There was also an issue with the
test harness which meant that tests that issued more than one command
were not actually testing the second and third commands.

Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
2017-02-16 09:49:44 +00:00
examples_test.go qemu: Add configuration structure to simplify LaunchQemu 2016-09-17 00:41:13 +02:00
image.go qemu, ciao-launcher: Move ConfigDrive ISO creation code to qemu 2017-02-06 12:16:09 +00:00
qemu_test.go qemu: Add support for serial port addition 2016-10-13 17:56:31 +02:00
qemu.go Add missing bus parameter for a CharDevice 2016-10-21 16:04:22 -07:00
qmp_test.go qemu: Fix command cancelling. 2017-02-16 09:49:44 +00:00
qmp.go qemu: Fix command cancelling. 2017-02-16 09:49:44 +00:00