aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-11target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()Philippe Mathieu-Daudé
2020-07-11target/avr: Add section into QEMU documentationThomas Huth
2020-07-11tests/acceptance: Test the Arduino MEGA2560 boardMichael Rolnik
2020-07-11tests/boot-serial: Test some Arduino boards (AVR based)Michael Rolnik
2020-07-11hw/avr: Add limited support for some Arduino boardsPhilippe Mathieu-Daudé
2020-07-11hw/avr: Add some ATmega microcontrollersPhilippe Mathieu-Daudé
2020-07-11hw/avr: Add support for loading ELF/raw binariesPhilippe Mathieu-Daudé
2020-07-11hw/misc: avr: Add limited support for power reduction deviceMichael Rolnik
2020-07-11hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik
2020-07-11hw/char: avr: Add limited support for USART peripheralMichael Rolnik
2020-07-11tests/machine-none: Add AVR supportMichael Rolnik
2020-07-11target/avr: Register AVR support with the rest of QEMUMichael Rolnik
2020-07-11target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik
2020-07-11target/avr: Initialize TCG register variablesMichael Rolnik
2020-07-11target/avr: Add instruction translation - CPU main translation functionMichael Rolnik
2020-07-11target/avr: Add instruction translation - MCU Control InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Bit and Bit-test InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Data Transfer InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Branch InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Arithmetic and Logic InstructionsMichael Rolnik
2020-07-11target/avr: Add instruction translation - Register definitionsMichael Rolnik
2020-07-11target/avr: Add instruction helpersMichael Rolnik
2020-07-10target/avr: Add definitions of AVR core typesMichael Rolnik
2020-07-10target/avr: Introduce enumeration AVRFeatureMichael Rolnik
2020-07-10target/avr: CPU class: Add GDB supportMichael Rolnik
2020-07-10target/avr: CPU class: Add migration supportMichael Rolnik
2020-07-10target/avr: CPU class: Add memory management supportMichael Rolnik
2020-07-10target/avr: CPU class: Add interrupt handling supportMichael Rolnik
2020-07-10target/avr: Introduce basic CPU class objectMichael Rolnik
2020-07-10target/avr: Add basic parameters of the new platformMichael Rolnik
2020-07-10Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-07-v2' i...Peter Maydell
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10virtio-9p: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10fw_cfg: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10pflash: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10sd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10scripts: Coccinelle script to use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10error: New macro ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10hmp: Ignore Error objects where the return value sufficesMarkus Armbruster
2020-07-10qdev: Ignore Error objects where the return value sufficesMarkus Armbruster
2020-07-10qemu-img: Ignore Error objects where the return value sufficesMarkus Armbruster
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-07-10qapi: Purge error_propagate() from QAPI coreMarkus Armbruster
2020-07-10qapi: Smooth visitor error checking in generated codeMarkus Armbruster
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-10block/parallels: Simplify parallels_open() after previous commitMarkus Armbruster
2020-07-10error: Reduce unnecessary error propagationMarkus Armbruster
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster