irq: Add a new irq device that allows the ORing of lines
authorAlistair Francis <alistair23@gmail.com>
Tue, 4 Oct 2016 12:28:07 +0000 (13:28 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 4 Oct 2016 12:28:07 +0000 (13:28 +0100)
commit1b2556776531ba3f492f5ce9f6ae769f3b4e7a82
tree139c350b24209b7e052e100136d23a1ea61a1730
parent5ae74402d1f3221ed26936c4b9febc7e69ecdc5b
irq: Add a new irq device that allows the ORing of lines

Signed-off-by: Alistair Francis <alistair@alistair23.me>
Message-id: 52e5d361e3b5a0ea8554aca73ee65ae2b586112e.1474742262.git.alistair@alistair23.me
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/core/Makefile.objs
hw/core/or-irq.c [new file with mode: 0644]
include/hw/or-irq.h [new file with mode: 0644]