]> git.proxmox.com Git - mirror_qemu.git/commit
hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling Unit
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Feb 2019 10:55:15 +0000 (10:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Feb 2019 11:03:04 +0000 (11:03 +0000)
commitcdf63440eaaee531e2f5b84a833a707f3825e2ac
tree93947d434f7ac28d0556b9faffb7e32976fa3d53
parentadf2e451f357e993f173ba9b4176dbf3e65fee7e
hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling Unit

Implement a model of the Message Handling Unit (MHU) found in
the Arm SSE-200. This is a simple device which just contains
some registers which allow the two cores of the SSE-200
to raise interrupts on each other.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190219125808.25174-2-peter.maydell@linaro.org
MAINTAINERS
default-configs/arm-softmmu.mak
hw/misc/Makefile.objs
hw/misc/armsse-mhu.c [new file with mode: 0644]
hw/misc/trace-events
include/hw/misc/armsse-mhu.h [new file with mode: 0644]