On 2/19/19 4:58 AM, Peter Maydell wrote:
> 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.mayd...@linaro.org>
> ---
>  hw/misc/Makefile.objs           |   1 +
>  include/hw/misc/armsse-mhu.h    |  44 +++++++
>  hw/misc/armsse-mhu.c            | 198 ++++++++++++++++++++++++++++++++
>  MAINTAINERS                     |   2 +
>  default-configs/arm-softmmu.mak |   1 +
>  hw/misc/trace-events            |   4 +
>  6 files changed, 250 insertions(+)
>  create mode 100644 include/hw/misc/armsse-mhu.h
>  create mode 100644 hw/misc/armsse-mhu.c

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to