hw/intc/arm_gicv3_its: Don't call post_load on reset
commit7e7244796bc8d69a277669bb4137980fd2527b13
authorEric Auger <eric.auger@redhat.com>
Wed, 13 Dec 2017 17:59:22 +0000 (13 17:59 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 13 Dec 2017 17:59:22 +0000 (13 17:59 +0000)
tree6c0bd2ce1e31449ac4fbeb6db3d31d5878fbebc2
parentbabc1f30090b8541c9669d4ba74eedf0ee2894d8
hw/intc/arm_gicv3_its: Don't call post_load on reset

From the very beginning, post_load() was called from common
reset. This is not standard and obliged to discriminate the
reset case from the restore case using the iidr value.

Let's get rid of that call.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1511883692-11511-2-git-send-email-eric.auger@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/arm_gicv3_its_common.c
hw/intc/arm_gicv3_its_kvm.c