summaryrefslogtreecommitdiffstats
path: root/hw/core/or-irq.c
Commit message (Expand)AuthorAgeFilesLines
* hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINESPeter Maydell2020-01-301-1/+1
* 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 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/+1
* hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell2018-06-151-2/+37
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw/core/or-irq: Mark the device with cannot_instantiate_with_device_add_yetThomas Huth2017-02-281-0/+3
* irq: Add a new irq device that allows the ORing of linesAlistair Francis2016-10-041-0/+107