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/target/avr
Paolo Bonzini 602d5ebba2 treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
Open coding cpu_reset_interrupt() can cause bugs if the BQL is not
taken, for example i386 has the call chain kvm_cpu_exec() ->
kvm_put_vcpu_events() -> kvm_arch_put_registers().

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 weeks ago
..
Kconfig meson: Introduce target-specific Kconfig 4 years ago
cpu-param.h tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally 6 months ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 2 years ago
cpu.c add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide 2 months ago
cpu.h accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h 6 months ago
disas.c target/avr: Fix buffer read in avr_print_insn 7 months ago
gdbstub.c target/avr: Use explicit little-endian LD/ST API 1 year ago
helper.c treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt() 4 weeks ago
helper.h target/avr: Move cpu register accesses into system memory 6 months ago
insn.decode target/avr: Improve decode of LDS, STS 6 months ago
machine.c target/avr: Constify VMState in machine.c 2 years ago
meson.build meson: Rename target_softmmu_arch -> target_system_arch 2 years ago
translate.c include: Remove 'exec/exec-all.h' 6 months ago