On 28 January 2014 20:32, Christoffer Dall <christoffer.d...@linaro.org> wrote: > Implement support to save/restore the ARM KVM VGIC state from the > kernel. The basic appraoch is to transfer state from the in-kernel VGIC > to the emulated arm-gic state representation and let the standard QEMU > vmstate save/restore handle saving the arm-gic state. Restore works by > reversing the process.
> Christoffer Dall (8): > arm_gic: Introduce define for GIC_NR_SGIS > arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writes > arm_gic: Fix GIC pending behavior > hw: arm_gic: Keep track of SGI sources > arm_gic: Support setting/getting binary point reg > vmstate: Add uint32 2D-array support > arm_gic: Add GICC_APRn state to the GICState > hw: arm_gic_kvm: Add KVM VGIC save/restore logic I've applied the first two of these to target-arm.next since they're so simple, and I might as well put them in to the pull request I'm going to send out shortly. The rest I need a little more time to review. thanks -- PMM