summaryrefslogtreecommitdiffstats
path: root/target/avr
Commit message (Expand)AuthorAgeFilesLines
...
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-3/+5
* meson: targetPaolo Bonzini2020-08-214-36/+22Star
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-213-4/+4
* target/avr/disas: Fix store instructions display orderPhilippe Mathieu-Daudé2020-07-111-10/+10
* target/avr/cpu: Fix $PC displayed addressPhilippe Mathieu-Daudé2020-07-111-1/+1
* target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()Philippe Mathieu-Daudé2020-07-111-2/+0Star
* target/avr: Register AVR support with the rest of QEMUMichael Rolnik2020-07-111-0/+34
* target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik2020-07-114-1/+259
* target/avr: Initialize TCG register variablesMichael Rolnik2020-07-111-0/+29
* target/avr: Add instruction translation - CPU main translation functionMichael Rolnik2020-07-111-0/+213
* target/avr: Add instruction translation - MCU Control InstructionsMichael Rolnik2020-07-112-0/+73
* target/avr: Add instruction translation - Bit and Bit-test InstructionsMichael Rolnik2020-07-112-0/+261
* target/avr: Add instruction translation - Data Transfer InstructionsMichael Rolnik2020-07-112-0/+1046
* target/avr: Add instruction translation - Branch InstructionsMichael Rolnik2020-07-112-0/+576
* target/avr: Add instruction translation - Arithmetic and Logic InstructionsMichael Rolnik2020-07-112-0/+896
* target/avr: Add instruction translation - Register definitionsMichael Rolnik2020-07-111-0/+142
* target/avr: Add instruction helpersMichael Rolnik2020-07-112-0/+238
* target/avr: Add definitions of AVR core typesMichael Rolnik2020-07-101-0/+151
* target/avr: Introduce enumeration AVRFeatureMichael Rolnik2020-07-101-0/+46
* target/avr: CPU class: Add GDB supportMichael Rolnik2020-07-103-0/+90
* target/avr: CPU class: Add migration supportMichael Rolnik2020-07-103-0/+122
* target/avr: CPU class: Add memory management supportMichael Rolnik2020-07-102-0/+53
* target/avr: CPU class: Add interrupt handling supportMichael Rolnik2020-07-102-0/+91
* target/avr: Introduce basic CPU class objectMichael Rolnik2020-07-103-0/+399
* target/avr: Add basic parameters of the new platformMichael Rolnik2020-07-102-0/+102