#
b412ad0d |
| 25-Jun-2014 |
Andrew Jones <drjones@redhat.com> |
Introduce chr-testdev
chr-testdev is a qemu backend that can be used by test code to send qemu commands. It communicates with qemu through a virtio-console device. The only command currently impleme
Introduce chr-testdev
chr-testdev is a qemu backend that can be used by test code to send qemu commands. It communicates with qemu through a virtio-console device. The only command currently implemented is "quit", which allows the test code to exit with a given status code, i.e. chr_testdev_exit(code).
Signed-off-by: Andrew Jones <drjones@redhat.com>
show more ...
|