Re: [Qemu-devel] [RFC PATCH v1 2/7] qom/cpu.c: Encapsulate cpu halting

2013-03-30 Thread Edgar E. Iglesias
On Mon, Mar 04, 2013 at 07:01:34PM +1000, Peter Crosthwaite wrote: > Set up the Device level halting API to halt cpus. This allows holders of a > pointer to the CPU to halt it from the TYPE_DEVICE abstraction. (i.e. they > can halt it even if they dont know its a CPU). > > Signed-off-by: Peter Cro

[Qemu-devel] [RFC PATCH v1 2/7] qom/cpu.c: Encapsulate cpu halting

2013-03-04 Thread Peter Crosthwaite
Set up the Device level halting API to halt cpus. This allows holders of a pointer to the CPU to halt it from the TYPE_DEVICE abstraction. (i.e. they can halt it even if they dont know its a CPU). Signed-off-by: Peter Crosthwaite --- qom/cpu.c | 16 1 files changed, 16 insert