]> git.proxmox.com Git - mirror_qemu.git/history - target/avr/cpu.c
cpu: Introduce SysemuCPUOps structure
[mirror_qemu.git] / target / avr / cpu.c
2021-05-26 Philippe Mathieu... cpu: Introduce SysemuCPUOps structure
2021-05-26 Philippe Mathieu... cpu: Move AVR target vmsd field from CPUClass to Device...
2021-05-26 Philippe Mathieu... cpu: Rename CPUClass vmsd -> legacy_vmsd
2021-02-21 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2021-02-21 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-02-20 Philippe Mathieu... target/avr/cpu: Use device_class_set_parent_realize()
2021-02-05 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-02-05 Claudio Fontanacpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer...
2021-02-05 Claudio Fontanacpu: move cc->do_interrupt to tcg_ops
2021-02-05 Eduardo Habkostcpu: Move tlb_fill to tcg_ops
2021-02-05 Eduardo Habkostcpu: Move cpu_exec_* to tcg_ops
2021-02-05 Eduardo Habkostcpu: Move synchronize_from_tb() to tcg_ops
2021-02-05 Eduardo Habkostcpu: Introduce TCGCpuOperations struct
2021-01-07 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-01-07 Richard Hendersontcg: Make tb arg to synchronize_from_tb const
2020-07-20 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2020-07-12 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2020-07-11 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2020-07-11 Philippe Mathieu... target/avr/cpu: Fix $PC displayed address
2020-07-11 Philippe Mathieu... target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()
2020-07-11 Michael Rolniktarget/avr: Add support for disassembling via option...
2020-07-10 Michael Rolniktarget/avr: Add definitions of AVR core types
2020-07-10 Michael Rolniktarget/avr: CPU class: Add GDB support
2020-07-10 Michael Rolniktarget/avr: CPU class: Add migration support
2020-07-10 Michael Rolniktarget/avr: CPU class: Add memory management support
2020-07-10 Michael Rolniktarget/avr: CPU class: Add interrupt handling support
2020-07-10 Michael Rolniktarget/avr: Introduce basic CPU class object