Re: [Qemu-devel] [PATCH] cpus: Fix CPU unplug for MTTCG

2017-04-17 Thread David Gibson
On Thu, Apr 13, 2017 at 01:21:46PM +0530, Bharata B Rao wrote: > Ensure that the unplugged CPU thread is destroyed and the waiting > thread is notified about it. This is needed for CPU unplug to work > correctly in MTTCG mode. > > Signed-off-by: Bharata B Rao Applied to ppc-for-2.10, thanks. >

[Qemu-devel] [PATCH] cpus: Fix CPU unplug for MTTCG

2017-04-13 Thread Bharata B Rao
Ensure that the unplugged CPU thread is destroyed and the waiting thread is notified about it. This is needed for CPU unplug to work correctly in MTTCG mode. Signed-off-by: Bharata B Rao --- cpus.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/cpus.c b/cpus.c index 740b8dc..79f780b 1