Re: [Qemu-devel] [PATCH 02/23] cpu-exec: Remove do-nothing ifdef chains

2014-09-14 Thread Alex Bennée
Richard Henderson writes: > Around the cpu_exec_enter/exit hooks contain many empty > ifdef blocks. Delete all of these to highlight those > targets for which we actually need to do work. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > cpu-exec.c | 32 -

[Qemu-devel] [PATCH 02/23] cpu-exec: Remove do-nothing ifdef chains

2014-09-13 Thread Richard Henderson
Around the cpu_exec_enter/exit hooks contain many empty ifdef blocks. Delete all of these to highlight those targets for which we actually need to do work. Signed-off-by: Richard Henderson --- cpu-exec.c | 32 1 file changed, 32 deletions(-) diff --git a/cpu-ex