qemu-cr16/accel/hvf
Paolo Bonzini d5e33b5f8f accel: make all calls to qemu_process_cpu_events look the same
There is no reason for some accelerators to use qemu_process_cpu_events_common
(which is separated from qemu_process_cpu_events() specifically for round
robin TCG).  They can also check for events directly on the first pass through
the loop, instead of setting cpu->exit_request to true.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-09-17 19:00:56 +02:00
..
entitlements.plist hvf: Add hypervisor entitlement to output binaries 2021-01-29 10:47:28 +00:00
hvf-accel-ops.c accel: make all calls to qemu_process_cpu_events look the same 2025-09-17 19:00:56 +02:00
hvf-all.c accel/hvf: Display executable bit as 'X' 2025-07-21 13:38:33 +01:00
meson.build hvf: Move vcpu thread functions into common directory 2021-06-03 16:43:26 +01:00
trace-events accel/hvf: Trace VM memory mapping 2025-07-01 15:08:33 +01:00
trace.h accel/hvf: Trace VM memory mapping 2025-07-01 15:08:33 +01:00