On 12/01/2011 07:43 PM, Anthony Liguori wrote:
This involves forcing the CPU into the halted state if qtest is enabled and
replacing the local APIC with the qtest interrupt controller.
It should be pretty straight forward to do the same for other machine types on
other architectures.
Signed-off-by: Anthony Liguori<aligu...@us.ibm.com>
Can you do this in some per-accelerator function? Is it different from
just not creating the CPU threads? (Also, whatever you do here
generally you could do for Xen, too).
Paolo