hw/intc/arm_gicv3_kvm: Implement pending table save
commitd5aa0c229ab5d46c1a4ff497553671cd46486749
authorEric Auger <eric.auger@redhat.com>
Tue, 13 Jun 2017 13:57:00 +0000 (13 14:57 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 13 Jun 2017 13:57:00 +0000 (13 14:57 +0100)
tree6a68a24d5c325b78662376180a332f538a188c4c
parentcddafd8f353d2d251b1a5c6c948a577a85838582
hw/intc/arm_gicv3_kvm: Implement pending table save

This patch adds the flush of the LPI pending bits into the
redistributor pending tables. This happens on VM stop.

There is no explicit restore as the tables are implicitly sync'ed
on ITS table restore and on LPI enable at redistributor level.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Message-id: 1497023553-18411-4-git-send-email-eric.auger@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/arm_gicv3_kvm.c