hw/intc/arm_gic_kvm.c: Save and restore GICD_IGROUPRn state
commiteb8b9530b0c618d4f2e728eae10d89239d35b0c0
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2015 10:57:17 +0000 (12 11:57 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 12 May 2015 10:57:17 +0000 (12 11:57 +0100)
tree7c1754f5921b04df20d7e1050f3664eeae5d094b
parentc27a5ba94874cb3a29e21b3ad4bd5e504aea93b2
hw/intc/arm_gic_kvm.c: Save and restore GICD_IGROUPRn state

Now that the GIC base class has state fields for the GICD_IGROUPRn
registers, make kvm_arm_gic_get() and kvm_arm_gic_put() write and
read them. This allows us to remove the check that made us
fail migration if the guest had set any of the group register bits.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1430502643-25909-6-git-send-email-peter.maydell@linaro.org
hw/intc/arm_gic_kvm.c