summaryrefslogtreecommitdiffstats
path: root/hw/xtensa/pic_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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