> Pass around CPUState instead of using global cpu_single_env.
>
> Signed-off-by: Blue Swirl
For unicore32 part:
Acked-by: Guan Xuetao
> ---
> disas.c | 149
> ++---
> disas.h |3 +-
> qemu-log.h
On Sun, Oct 28, 2012 at 03:03:48PM +, Blue Swirl wrote:
> Pass around CPUState instead of using global cpu_single_env.
>
> Signed-off-by: Blue Swirl
> ---
> disas.c | 149
> ++---
> disas.h |3 +-
> qemu-lo
Am 28.10.2012 16:03, schrieb Blue Swirl:
> Pass around CPUState instead of using global cpu_single_env.
>
> Signed-off-by: Blue Swirl
CPUState would be really nice, you seem to mean CPUArchState though as
intermediate step. Please adjust the commit message, looks fine as far
as reviewed otherwis
On 2012-10-29 02:03, Blue Swirl wrote:
> Pass around CPUState instead of using global cpu_single_env.
>
> Signed-off-by: Blue Swirl
> ---
> disas.c | 149
> ++---
> disas.h |3 +-
> qemu-log.h
Pass around CPUState instead of using global cpu_single_env.
Signed-off-by: Blue Swirl
---
disas.c | 149 ++---
disas.h |3 +-
qemu-log.h|6 +-
target-alpha/translate.c |2 +-
ta