You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/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>
1 day ago
..
entitlements.plist hvf: Add hypervisor entitlement to output binaries 5 years ago
hvf-accel-ops.c accel: make all calls to qemu_process_cpu_events look the same 1 day ago
hvf-all.c accel/hvf: Display executable bit as 'X' 2 months ago
meson.build hvf: Move vcpu thread functions into common directory 4 years ago
trace-events accel/hvf: Trace VM memory mapping 3 months ago
trace.h accel/hvf: Trace VM memory mapping 3 months ago