On Mon, Feb 06, 2012 at 02:02:55PM +0800, 陳韋任 wrote: > Each target use #define marco (in target-xxx/cpu.h) to rename cpu_exec > (cpu-exec.c) to cpu_xxx_exec, then defines its own cpu_loop which calls > cpu_xxx_exec. So basically, cpu-exec.c is not i386 (only) emulator main > execution loop. This patch correctes the comment of this file and does > indentation cleanup. > > Signed-off-by: Chen Wei-Ren (陳韋任) <che...@iis.sinica.edu.tw> > --- > v1 -> v2: > > Didn't notice tab in previous patch, please use this patch instead. > Sorry about that. > > cpu-exec.c | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan