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