summaryrefslogtreecommitdiffstats
path: root/hw/xtensa/pic_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-2/+2
* target/xtensa: implement NMI supportMax Filippov2020-08-211-1/+5
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* target/xtensa: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* target/xtensa: expose core runstall as an IRQ lineMax Filippov2019-01-281-0/+12
* target/xtensa: rearrange access to external interruptsMax Filippov2019-01-281-13/+11Star
* target/xtensa: drop function xtensa_timer_irqMax Filippov2019-01-281-6/+1Star
* target/xtensa: fix access to the INTERRUPT SRMax Filippov2019-01-241-2/+2
* target/xtensa: refactor CCOUNT/CCOMPAREMax Filippov2017-01-151-61/+14Star
* replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier2016-06-071-2/+2
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* xtensa: Clean up includesPeter Maydell2016-01-291-0/+1
* target-xtensa: avoid duplicate timer interrupt deliveryMax Filippov2014-11-021-2/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-5/+5
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-1/+1
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-1/+1
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-3/+5
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+164