hvf: Add execute to dirty log permission bitmap
commit5b3e7517246cbfdd7ea1f1b2a4637e308f1fdb83
authorAlexander Graf <agraf@csgraf.de>
Thu, 16 Sep 2021 15:53:56 +0000 (16 17:53 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Sep 2021 08:57:03 +0000 (20 09:57 +0100)
tree26a8c22c56dafe842dd57aaf9d49936f32472faa
parent0130895ddf63d8ebdc6e20e86054794fac60d1d8
hvf: Add execute to dirty log permission bitmap

Hvf's permission bitmap during and after dirty logging does not include
the HV_MEMORY_EXEC permission. At least on Apple Silicon, this leads to
instruction faults once dirty logging was enabled.

Add the bit to make it work properly.

Signed-off-by: Alexander Graf <agraf@csgraf.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20210916155404.86958-3-agraf@csgraf.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
accel/hvf/hvf-accel-ops.c