cpu-exec: avoid cpu_loop_exit in cpu_handle_interrupt
commit209b71b60ef3341246038e1c926c3b704969cdd3
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Jan 2017 09:57:18 +0000 (27 10:57 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 Feb 2017 13:06:56 +0000 (16 14:06 +0100)
tree2499c9571d37655f2532c87c008b1e57ab2d3b63
parenta70fe14b7dddcb944fbd6c9f3739cd3a22089af5
cpu-exec: avoid cpu_loop_exit in cpu_handle_interrupt

The siglongjmp goes straight back to the beginning of cpu_exec's
outermost loop.  We do not need a siglongjmp, we can simply
leave the inner TB execution loop.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpu-exec.c