hw/misc/tz-mpc.c: Implement correct blocked-access behaviour
commit57c49a6e8773bcce0d407ff4d9b2de7a904f1b0d
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jun 2018 12:28:40 +0000 (22 13:28 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jun 2018 12:28:40 +0000 (22 13:28 +0100)
treed7801f558b739d8af65e8049c565237c165c76e3
parentcdb6099818a78e80b307432f6f9c143452135c59
hw/misc/tz-mpc.c: Implement correct blocked-access behaviour

The MPC is guest-configurable for whether blocked accesses:
 * should be RAZ/WI or cause a bus error
 * should generate an interrupt or not

Implement this behaviour in the blocked-access handlers.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20180620132032.28865-4-peter.maydell@linaro.org
hw/misc/tz-mpc.c