Re: [Qemu-devel] [PATCH qom-cpu v3 00/14] QOM CPUState, part 10: CPU loops

2013-07-01 Thread Andreas Färber
Am 26.06.2013 19:35, schrieb Andreas Färber: > Hello, > > This series changes cpu_single_env, first_cpu, next_cpu and thread_env to > CPUState. > > v3 defers the removal of qemu_for_each_cpu() and drops CPU_INTERRUPT_* > changes, > renames cpu_single_cpu to current_cpu, while enforcing consiste

[Qemu-devel] [PATCH qom-cpu v3 00/14] QOM CPUState, part 10: CPU loops

2013-06-26 Thread Andreas Färber
Hello, This series changes cpu_single_env, first_cpu, next_cpu and thread_env to CPUState. v3 defers the removal of qemu_for_each_cpu() and drops CPU_INTERRUPT_* changes, renames cpu_single_cpu to current_cpu, while enforcing consistent use of ENV_GET_CPU() and CPUArchState macros. Available fo