aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/openpic.c
AgeCommit message (Expand)Author
2023-09-29hw/intc/openpic: Clean up local variable shadowingPhilippe Mathieu-Daudé
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2021-09-30hw/intc: openpic: Clean up the stylesBin Meng
2021-09-30hw/intc: openpic: Drop Raven related codesBin Meng
2021-09-30hw/intc: openpic: Correct the reset value of IPIDR for FSL chipsetBin Meng
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-03-06openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland
2017-12-15openpic: debug w/ info_report()Michael Davidsaver
2017-09-27ppc: Fix OpenPIC modelBenjamin Herrenschmidt
2017-06-30target-ppc: Enable open-pic timers to count and generate interruptsAaron Larson
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-06-06target-ppc: Fix openpic timer read register offsetAaron Larson
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-01-29hw/intc: Clean up includesPeter Maydell
2015-10-23openpic: add to misc categoryLaurent Vivier
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-03-09openpic: convert to vmstateMark Cave-Ayland
2015-03-09openpic: switch IRQQueue queue from inline to bitmapMark Cave-Ayland
2015-03-09openpic: fix up loadvm under -M mac99Mark Cave-Ayland
2015-03-09openpic: fix segfault on -M mac99 savevmMark Cave-Ayland
2015-03-09Openpic: check that cpu id is within the number of cpusFabien Chouteau
2014-08-15ppc: convert g_new(qemu_irq usages to g_new0Peter Crosthwaite
2014-06-16openpic: Reset IRQ source private membersPaul Janzen
2014-06-16openpic: Move definition of openpic_resetPaul Janzen
2014-06-10hw/intc/openpic: Remove unused function IRQ_testbit()Peter Maydell
2014-05-05openpic: avoid buffer overrun on incoming migrationMichael Roth
2014-03-27hw/intc/openpic: Avoid shifting left into sign bitPeter Maydell
2013-07-09intc/openpic: Build openpic only onceAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-01intc/openpic: Convert to QOM realizeAndreas Färber
2013-07-01intc/openpic: QOM'ifyAndreas Färber
2013-07-01openpic: factor out some common defines into openpic.hScott Wood
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini