Re: [Qemu-devel] [RFC v2 1/6] qtest: add test framework

2011-12-05 Thread Luiz Capitulino
On Thu, 1 Dec 2011 12:43:27 -0600 Anthony Liguori wrote: > 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.

[Qemu-devel] [RFC v2 1/6] qtest: add test framework

2011-12-01 Thread Anthony Liguori
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 establish a qtest server (-qtest)