History log of /kvm-unit-tests/lib/chr-testdev.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 901c1c8d 22-Aug-2014 Paolo Bonzini <pbonzini@redhat.com>

Merge remote-tracking branch 'drjones/arm/v7-initial-drop'


# 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 ...