Statistics
| Branch: | Revision:

root / qtest.h @ 80465e80

History | View | Annotate | Download (776 Bytes)

# Date Author Comment
e776bffb 04/19/2012 09:52 pm Blue Swirl

qtest: add dummy functions for user emulators

Allow qtest to be used also in files used for user emulators by
introducing dummy functions.

Signed-off-by: Blue Swirl <>

c7f0f3b1 03/30/2012 04:14 pm Anthony Liguori

qtest: add test framework

The idea behind qtest is pretty simple. Instead of executing a CPU via TCG or
KVM, rely on an external process to send events to the device model that the CPU
would normally generate.

qtest presents itself as an accelerator. In addition, a new option is added to...