aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/openpic.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan1-1/+0
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert1-1/+1
2021-09-30hw/intc: openpic: Clean up the stylesBin Meng1-21/+34
2021-09-30hw/intc: openpic: Drop Raven related codesBin Meng1-27/+1
2021-09-30hw/intc: openpic: Correct the reset value of IPIDR for FSL chipsetBin Meng1-0/+9
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-03-06openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland1-157/+0
2017-12-15openpic: debug w/ info_report()Michael Davidsaver1-51/+51
2017-09-27ppc: Fix OpenPIC modelBenjamin Herrenschmidt1-0/+35
2017-06-30target-ppc: Enable open-pic timers to count and generate interruptsAaron Larson1-6/+111
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2017-06-06target-ppc: Fix openpic timer read register offsetAaron Larson1-12/+10
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-01-29hw/intc: Clean up includesPeter Maydell1-0/+1
2015-10-23openpic: add to misc categoryLaurent Vivier1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-3/+3
2015-03-09openpic: convert to vmstateMark Cave-Ayland1-134/+119
2015-03-09openpic: switch IRQQueue queue from inline to bitmapMark Cave-Ayland1-9/+16
2015-03-09openpic: fix up loadvm under -M mac99Mark Cave-Ayland1-5/+3
2015-03-09openpic: fix segfault on -M mac99 savevmMark Cave-Ayland1-1/+1
2015-03-09Openpic: check that cpu id is within the number of cpusFabien Chouteau1-2/+2
2014-08-15ppc: convert g_new(qemu_irq usages to g_new0Peter Crosthwaite1-1/+1
2014-06-16openpic: Reset IRQ source private membersPaul Janzen1-2/+2
2014-06-16openpic: Move definition of openpic_resetPaul Janzen1-49/+50
2014-06-10hw/intc/openpic: Remove unused function IRQ_testbit()Peter Maydell1-5/+0
2014-05-05openpic: avoid buffer overrun on incoming migrationMichael Roth1-2/+14
2014-03-27hw/intc/openpic: Avoid shifting left into sign bitPeter Maydell1-7/+7
2013-07-09intc/openpic: Build openpic only onceAndreas Färber1-1/+1
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-5/+2
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-07-01intc/openpic: Convert to QOM realizeAndreas Färber1-15/+19
2013-07-01intc/openpic: QOM'ifyAndreas Färber1-6/+11
2013-07-01openpic: factor out some common defines into openpic.hScott Wood1-22/+18
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-0/+1661