Statistics
| Branch: | Revision:

root / scripts / qtest @ f53ec699

History | View | Annotate | Download (50 Bytes)

# Date Author Comment
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...