commit | b0a46fa796504c7334202877a68c857e49f7c96c | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Aug 18 06:32:02 2015 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 09 15:34:53 2015 +0200 |
tree | 9a3d2a9c186678ac2ba8a5461326b02ca184e48c | |
parent | f240eb6fdcf63a5600e15fb44c6960586459a97f [diff] |
tcg: assign cpu->current_tb in a simpler place TCG has not been reading cpu->current_tb from signal handlers for years. The code that synchronized cpu_exec with the signal handler is not needed anymore. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>