summaryrefslogtreecommitdiff
path: root/hw/xtensa/pic_cpu.c
AgeCommit message (Expand)Author
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-08-21target/xtensa: implement NMI supportMax Filippov
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-10target/xtensa: Use env_cpu, env_archcpuRichard Henderson
2019-01-28target/xtensa: expose core runstall as an IRQ lineMax Filippov
2019-01-28target/xtensa: rearrange access to external interruptsMax Filippov
2019-01-28target/xtensa: drop function xtensa_timer_irqMax Filippov
2019-01-24target/xtensa: fix access to the INTERRUPT SRMax Filippov
2017-01-15target/xtensa: refactor CCOUNT/CCOMPAREMax Filippov
2016-06-07replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-01-29xtensa: Clean up includesPeter Maydell
2014-11-03target-xtensa: avoid duplicate timer interrupt deliveryMax Filippov
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini