Re: [Qemu-devel] [PATCH 3/5] target-unicore32: avoid using cpu_single_env

2012-10-30 Thread Andreas Färber
Am 28.10.2012 16:03, schrieb Blue Swirl: > Pass around CPUState instead of using global cpu_single_env. > > Signed-off-by: Blue Swirl > --- > target-unicore32/softmmu.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Andreas Färber with the usual remark on "CP

Re: [Qemu-devel] [PATCH 3/5] target-unicore32: avoid using cpu_single_env

2012-10-30 Thread guanxuetao
> Pass around CPUState instead of using global cpu_single_env. > > Signed-off-by: Blue Swirl Acked-by: Guan Xuetao > --- > target-unicore32/softmmu.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/target-unicore32/softmmu.c b/target-unicore32/softmmu.c > i

[Qemu-devel] [PATCH 3/5] target-unicore32: avoid using cpu_single_env

2012-10-28 Thread Blue Swirl
Pass around CPUState instead of using global cpu_single_env. Signed-off-by: Blue Swirl --- target-unicore32/softmmu.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/target-unicore32/softmmu.c b/target-unicore32/softmmu.c index 9c2c54c..fc27100 100644 --- a/target