summary refs log tree commit diff stats
path: root/hw/intc/grlib_irqmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/intc: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/intc/grlib_irqmp: abort realize when ncpus value is out of rangeClément Chigot2024-03-091-0/+1
* hw/intc/grlib_irqmp: implements multicore irqClément Chigot2024-02-151-21/+20
* hw/intc/grlib_irqmp: implements the multiprocessor status registerClément Chigot2024-02-151-3/+32
* hw/intc/grlib_irqmp: add ncpus propertyClément Chigot2024-02-151-9/+21
* hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-151-2/+4
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2021-01-061-1/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* leon3: use qemu_irq framework instead of callback as propertyMarc-André Lureau2020-01-071-31/+4
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* grlib, irqmp: get rid of the old-style create functionKONRAD Frederic2019-05-171-2/+1
* sparc/leon3 irqmp: fix IRQ software ackJean-Christophe Dubois2018-01-241-6/+11
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw/intc: QOM'ify grlib_irqmp.cxiaoqiang.zhao2016-05-121-11/+16
* sparc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+2
* grlib_irqmp: QOM cast cleanupAndreas Färber2013-07-291-23/+10
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+385