Re: [Qemu-devel] [PATCH RFC v4 10/44] linux-user: Don't overuse CPUState

2012-03-13 Thread Anthony Liguori
On 03/09/2012 08:27 PM, Andreas Färber wrote: In target-specific code use CPU*State. While at it, fix indentation on those lines. Signed-off-by: Andreas Färber Looks good, but make sure Riku agrees. Regards, Anthony Liguori --- linux-user/elfload.c | 24 +++--- linux-user/m68k/s

[Qemu-devel] [PATCH RFC v4 10/44] linux-user: Don't overuse CPUState

2012-03-09 Thread Andreas Färber
In target-specific code use CPU*State. While at it, fix indentation on those lines. Signed-off-by: Andreas Färber --- linux-user/elfload.c | 24 +++--- linux-user/m68k/syscall.h |2 +- linux-user/main.c | 28 +++--- linux-user/signal.c | 201 +++--