Re: [Qemu-devel] [PATCH 21/27] migration: stop all cpus correctly

2012-07-26 Thread Eric Blake
On 07/24/2012 12:36 PM, Juan Quintela wrote: > You can only stop all cpus from the iothread or an vcpu. As we want > to do it from the migration_thread, we need to do this dance with the > botton handlers. s/botton/bottom/ ? > > This patch is a request for ideas. I can move this function to cp

[Qemu-devel] [PATCH 21/27] migration: stop all cpus correctly

2012-07-24 Thread Juan Quintela
You can only stop all cpus from the iothread or an vcpu. As we want to do it from the migration_thread, we need to do this dance with the botton handlers. This patch is a request for ideas. I can move this function to cpus.c, but wondered if there is an easy way of doing this? Signed-off-by: Ju