summaryrefslogtreecommitdiffstats
path: root/hw/intc/openpic.c
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-311-1/+0Star
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* hw/intc: openpic: Clean up the stylesBin Meng2021-09-301-21/+34
* hw/intc: openpic: Drop Raven related codesBin Meng2021-09-301-27/+1Star
* hw/intc: openpic: Correct the reset value of IPIDR for FSL chipsetBin Meng2021-09-301-0/+9
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland2018-03-061-157/+0Star
* openpic: debug w/ info_report()Michael Davidsaver2017-12-141-51/+51
* ppc: Fix OpenPIC modelBenjamin Herrenschmidt2017-09-271-0/+35
* target-ppc: Enable open-pic timers to count and generate interruptsAaron Larson2017-06-301-6/+111
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* target-ppc: Fix openpic timer read register offsetAaron Larson2017-06-061-12/+10Star
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
* hw/intc: Clean up includesPeter Maydell2016-01-291-0/+1
* openpic: add to misc categoryLaurent Vivier2015-10-231-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-3/+3
* openpic: convert to vmstateMark Cave-Ayland2015-03-091-134/+119Star
* 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/+3Star
* 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/+0Star
* 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/+2Star
* 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/+18Star
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+1661