Files
qemu/hw
Paolo Bonzini 9102dedaa1 use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Use the same API to trigger interruption of a CPU, no matter if
under TCG or KVM.  There is no difference: these calls come from
the CPU thread, so the qemu_cpu_kick calls will send a signal
to the running thread and it will be processed synchronously,
just like a call to cpu_exit.  The only difference is in the
overhead, but neither call to cpu_exit (now qemu_cpu_kick)
is in a hot path.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-09-09 15:34:54 +02:00
..
2015-07-27 18:11:53 +03:00
2015-04-27 18:24:18 +02:00
2015-09-09 15:34:53 +02:00
2015-05-29 11:28:59 +01:00
2015-09-09 15:34:53 +02:00
2015-07-27 18:11:53 +03:00
2015-08-13 11:26:21 +01:00
2015-09-09 15:34:53 +02:00
2015-09-09 15:34:53 +02:00
2015-07-14 19:10:03 +02:00
2015-09-09 15:34:53 +02:00
2015-03-19 11:11:55 +03:00
2015-06-22 18:20:40 +02:00
2015-07-27 14:12:18 +01:00
2015-07-22 14:56:01 -06:00