summary refs log tree commit diff stats
path: root/target/avr/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2024-04-261-2/+0
* include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-031-5/+0
* target/avr: Populate CPUClass.mmu_indexRichard Henderson2024-02-031-3/+1
* target/avr: Use generic cpu_list()Gavin Shan2024-01-051-2/+0
* hw/avr/atmega: Fix wrong initial value of stack pointerGihun Nam2023-11-281-0/+3
* target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2023-11-071-0/+14
* target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé2023-11-071-2/+0
* target: Unify QOM stylePhilippe Mathieu-Daudé2023-11-071-2/+0
* accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2023-10-031-1/+0
* target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson2023-06-261-2/+2
* cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster2022-12-141-3/+1
* target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng2022-06-201-2/+0
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-111-1/+1
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-061-4/+2
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-5/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-211-2/+0
* target/avr: Implement gdb_adjust_breakpointRichard Henderson2021-07-211-0/+1
* target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik2020-07-111-0/+1
* target/avr: Introduce enumeration AVRFeatureMichael Rolnik2020-07-101-0/+46
* target/avr: CPU class: Add GDB supportMichael Rolnik2020-07-101-0/+2
* target/avr: CPU class: Add migration supportMichael Rolnik2020-07-101-0/+2
* target/avr: Introduce basic CPU class objectMichael Rolnik2020-07-101-0/+139
* target/avr: Add basic parameters of the new platformMichael Rolnik2020-07-101-0/+66