aboutsummaryrefslogtreecommitdiff
path: root/include/hw/core
AgeCommit message (Expand)AuthorFilesLines
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann1-0/+4
2020-07-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée1-0/+16
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana1-37/+0
2020-06-16cpu: convert queued work to a QSIMPLEQEmilio G. Cota1-3/+3
2020-06-05hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé1-1/+6
2020-05-11exec: Add block comments for watchpoint routinesRichard Henderson1-0/+23
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-6/+0
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-6/+0
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz1-0/+4
2019-11-11Remove unassigned_access CPU hookPeter Maydell1-24/+0
2019-10-28plugin: add core codeEmilio G. Cota1-0/+6
2019-10-28cpu: introduce cpu_in_exclusive_context()Emilio G. Cota1-0/+13
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson1-2/+0
2019-09-03exec: Factor out cpu_watchpoint_address_matchesRichard Henderson1-0/+7
2019-09-03exec: Factor out core logic of check_watchpoint()David Hildenbrand1-0/+7
2019-09-03exec: Move user-only watchpoint stubs inlineRichard Henderson1-0/+23
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-0/+1129
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-0/+1129
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-1/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+1
2018-03-02hw/core/split-irq: Device that splits IRQ linesPeter Maydell1-0/+57
2016-10-04generic-loader: Add a generic loaderAlistair Francis1-0/+46