hw/arm/smmuv3: fix eventq recording and IRQ triggerring
commit9f4d2a1316fc294da5c0646fa93894d5f5f0c9a0
authorEric Auger <eric.auger@redhat.com>
Tue, 25 Sep 2018 13:02:32 +0000 (25 14:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Sep 2018 14:13:24 +0000 (25 15:13 +0100)
treebda1ea86fbc6ddb5a029b17654aec95278040610
parent6ce9297be69be10465b556a4b3380f70634c16a7
hw/arm/smmuv3: fix eventq recording and IRQ triggerring

The event queue management is broken today. Event records
are not properly written as EVT_SET_* macro was not updating
the actual event record. Also the event queue interrupt
is not correctly triggered.

Fixes: bb981004eaf4 ("hw/arm/smmuv3: Event queue recording helper")
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20180921070138.10114-3-eric.auger@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/smmuv3-internal.h
hw/arm/smmuv3.c