Re: [Qemu-devel] [RFC v2 2/6] qtest: add support for target-i386 -M pc

2011-12-29 Thread Anthony Liguori
On 12/29/2011 11:40 AM, Peter Maydell wrote: On 1 December 2011 18:43, 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

Re: [Qemu-devel] [RFC v2 2/6] qtest: add support for target-i386 -M pc

2011-12-29 Thread Peter Maydell
On 1 December 2011 18:43, 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.

Re: [Qemu-devel] [RFC v2 2/6] qtest: add support for target-i386 -M pc

2011-12-01 Thread Paolo Bonzini
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

[Qemu-devel] [RFC v2 2/6] qtest: add support for target-i386 -M pc

2011-12-01 Thread Anthony Liguori
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 --- hw/pc.c |7 ++