On 26/05/2016 12:47, Bharata B Rao wrote: >>> > > } else if (cpu->stop || cpu->stopped) { >>> > > + if (cpu->unplug) { >> > >> > This "if" is unnecessary. next_cpu is not used anymore after the >> > "break", so the store is dead. > next_cpu is a global here. Won't tcg_exec_all() continue with running the > next_cpu when it is called the next time ?
You're right, sorry! Thanks, Paolo