hw/intc/arm_gicv3: Implement GICv3 distributor registers
commite52af5134035b0fa6d257f68456f6fa8655c86d3
authorShlomo Pongratz <shlomo.pongratz@huawei.com>
Fri, 17 Jun 2016 14:23:47 +0000 (17 15:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Jun 2016 14:23:51 +0000 (17 15:23 +0100)
tree33961d0c8f1709d9e8a271df14aa1a7c2ea7dba1
parentce187c3c15f4bda579c9833cd78092fb73e651aa
hw/intc/arm_gicv3: Implement GICv3 distributor registers

Implement the distributor registers of a GICv3.

Signed-off-by: Shlomo Pongratz <shlomo.pongratz@huawei.com>
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
Tested-by: Shannon Zhao <shannon.zhao@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1465915112-29272-12-git-send-email-peter.maydell@linaro.org
[PMM: significantly overhauled/rewritten:
 * use the new bitmap data structures
 * restructure register read/write to handle different width accesses
   natively, since almost all registers are 32-bit only, rather
   than implementing everything as byte accesses
 * implemented security extension support
]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/Makefile.objs
hw/intc/arm_gicv3_dist.c [new file with mode: 0644]
hw/intc/gicv3_internal.h
trace-events