Re: [Qemu-devel] [PATCH 1/5] disas: 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 For unicore32 part: Acked-by: Guan Xuetao > --- > disas.c | 149 > ++--- > disas.h |3 +- > qemu-log.h

Re: [Qemu-devel] [PATCH 1/5] disas: avoid using cpu_single_env

2012-10-29 Thread Aurelien Jarno
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

Re: [Qemu-devel] [PATCH 1/5] disas: avoid using cpu_single_env

2012-10-29 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 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

Re: [Qemu-devel] [PATCH 1/5] disas: avoid using cpu_single_env

2012-10-28 Thread Richard Henderson
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

[Qemu-devel] [PATCH 1/5] disas: 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 --- disas.c | 149 ++--- disas.h |3 +- qemu-log.h|6 +- target-alpha/translate.c |2 +- ta