On 05/10/2016 05:46 AM, Sergey Fedorov wrote:
From: Sergey Fedorov <[email protected]>
Simplify cpu_exec() by extracting TB execution code outside of
cpu_exec() into a new static inline function cpu_loop_exec_tb().
Signed-off-by: Sergey Fedorov <[email protected]>
Signed-off-by: Sergey Fedorov <[email protected]>
---
cpu-exec.c | 119 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 64 insertions(+), 55 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~