summaryrefslogtreecommitdiffstats
path: root/hw/intc/openpic.c
Commit message (Expand)AuthorAgeFilesLines
* openpic: convert to vmstateMark Cave-Ayland2015-03-091-134/+119
* openpic: switch IRQQueue queue from inline to bitmapMark Cave-Ayland2015-03-091-9/+16
* openpic: fix up loadvm under -M mac99Mark Cave-Ayland2015-03-091-5/+3
* openpic: fix segfault on -M mac99 savevmMark Cave-Ayland2015-03-091-1/+1
* Openpic: check that cpu id is within the number of cpusFabien Chouteau2015-03-091-2/+2
* ppc: convert g_new(qemu_irq usages to g_new0Peter Crosthwaite2014-08-151-1/+1
* openpic: Reset IRQ source private membersPaul Janzen2014-06-161-2/+2
* openpic: Move definition of openpic_resetPaul Janzen2014-06-161-49/+50
* hw/intc/openpic: Remove unused function IRQ_testbit()Peter Maydell2014-06-101-5/+0
* openpic: avoid buffer overrun on incoming migrationMichael Roth2014-05-051-2/+14
* hw/intc/openpic: Avoid shifting left into sign bitPeter Maydell2014-03-271-7/+7
* intc/openpic: Build openpic only onceAndreas Färber2013-07-091-1/+1
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-5/+2
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+3
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* intc/openpic: Convert to QOM realizeAndreas Färber2013-07-011-15/+19
* intc/openpic: QOM'ifyAndreas Färber2013-07-011-6/+11
* openpic: factor out some common defines into openpic.hScott Wood2013-07-011-22/+18
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+1661
OpenPOWER on IntegriCloud