Am 09.06.2013 21:12, schrieb Andreas Färber:
> Andreas Färber (59):
[...]
> spapr_rtas: Abstract rtas_query_cpu_stopped_state() with
> qemu_get_cpu()
> spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()
Alex saw no problem with these and no further feedback from Alexey, so
briefly t
On Mon, 10 Jun 2013, Andreas Färber wrote:
> Am 10.06.2013 16:17, schrieb Stefano Stabellini:
> > On Sun, 9 Jun 2013, Andreas Färber wrote:
> >> Hello,
> >>
> >> Based on my guest-memory-dump cleanup patches, this large series changes
> >> cpu_single_env, first_cpu, next_cpu and thread_env to CPUSt
Am 10.06.2013 16:17, schrieb Stefano Stabellini:
> On Sun, 9 Jun 2013, Andreas Färber wrote:
>> Hello,
>>
>> Based on my guest-memory-dump cleanup patches, this large series changes
>> cpu_single_env, first_cpu, next_cpu and thread_env to CPUState.
>>
>> As a prerequisite, most open-coded CPU loops
On Sun, 9 Jun 2013, Andreas Färber wrote:
> Hello,
>
> Based on my guest-memory-dump cleanup patches, this large series changes
> cpu_single_env, first_cpu, next_cpu and thread_env to CPUState.
>
> As a prerequisite, most open-coded CPU loops are replaced by either
> qemu_for_each_cpu() or qemu_g