Re: [Qemu-devel] [RFC V2 05/10] i386: add cpu device_del support

2014-09-09 Thread Igor Mammedov
On Thu, 28 Aug 2014 11:36:37 +0800 Gu Zheng wrote: > In order to add cpu(i386) device_del support, introduce the cpu hot > unplug hanlde(x86_cpu_unplug) which will trigger the unrealize routine, > and just register it to the cpu class unplug handle. > > Signed-off-by: Chen Fan > Signed-off-by:

[Qemu-devel] [RFC V2 05/10] i386: add cpu device_del support

2014-08-27 Thread Gu Zheng
In order to add cpu(i386) device_del support, introduce the cpu hot unplug hanlde(x86_cpu_unplug) which will trigger the unrealize routine, and just register it to the cpu class unplug handle. Signed-off-by: Chen Fan Signed-off-by: Gu Zheng --- target-i386/cpu.c | 22 ++ 1