Age | Commit message (Expand) | Author |
2022-06-20 | target/avr: Drop avr_cpu_memory_rw_debug() | Bin Meng |
2022-05-11 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster |
2022-04-20 | exec/translator: Pass the locked filepointer to disas_log hook | Richard Henderson |
2022-03-06 | target: Use ArchCPU as interface to target CPU | Philippe Mathieu-Daudé |
2022-03-06 | target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro | Philippe Mathieu-Daudé |
2022-03-06 | target: Use CPUArchState as interface to target-specific CPU state | Philippe Mathieu-Daudé |
2022-02-22 | Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-... | Peter Maydell |
2022-02-21 | target/avr: Correct AVRCPUClass docstring | Philippe Mathieu-Daudé |
2022-02-21 | exec/exec-all: Move 'qemu/log.h' include in units requiring it | Philippe Mathieu-Daudé |
2021-10-15 | target/avr: Drop checks for singlestep_enabled | Richard Henderson |
2021-09-21 | include/exec: Move cpu_signal_handler declaration | Richard Henderson |
2021-09-16 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul... | Peter Maydell |
2021-09-16 | target/avr: Fix compiler errors (-Werror=enum-conversion) | Stefan Weil |
2021-09-14 | target/avr: Remove pointless use of CONFIG_USER_ONLY definition | Philippe Mathieu-Daudé |
2021-07-21 | accel/tcg: Remove TranslatorOps.breakpoint_check | Richard Henderson |
2021-07-21 | target/avr: Implement gdb_adjust_breakpoint | Richard Henderson |
2021-07-12 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell |
2021-07-09 | target/avr: Mark some helpers noreturn | Richard Henderson |
2021-07-09 | target/avr: Use translator_use_goto_tb | Richard Henderson |
2021-07-09 | meson: Introduce target-specific Kconfig | Philippe Mathieu-Daudé |
2021-06-29 | target/avr: Convert to TranslatorOps | Richard Henderson |
2021-06-29 | target/avr: Change ctx to DisasContext* in gen_intermediate_code | Richard Henderson |
2021-06-29 | target/avr: Add DisasContextBase to DisasContext | Richard Henderson |
2021-05-26 | hw/core: Constify TCGCPUOps | Richard Henderson |
2021-05-26 | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move AVR target vmsd field from CPUClass to DeviceClass | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Rename CPUClass vmsd -> legacy_vmsd | Philippe Mathieu-Daudé |
2021-05-13 | target/avr: Ignore unimplemented WDR opcode | Philippe Mathieu-Daudé |
2021-03-15 | target/avr: Fix interrupt execution | Ivanov Arkasha |
2021-03-15 | target/avr: Fix some comment spelling errors | Lichang Zhao |
2021-02-20 | target/avr/cpu: Use device_class_set_parent_realize() | Philippe Mathieu-Daudé |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana |
2021-02-05 | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move synchronize_from_tb() to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost |
2021-01-07 | tcg: Make tb arg to synchronize_from_tb const | Richard Henderson |
2020-12-19 | migration: Replace migration's JSON writer by the general one | Markus Armbruster |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-21 | meson: target | Paolo Bonzini |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini |
2020-07-11 | target/avr/disas: Fix store instructions display order | Philippe Mathieu-Daudé |
2020-07-11 | target/avr/cpu: Fix $PC displayed address | Philippe Mathieu-Daudé |
2020-07-11 | target/avr/cpu: Drop tlb_flush() in avr_cpu_reset() | Philippe Mathieu-Daudé |