Re: [Qemu-devel] [RFC v5 3/4] hw/intc/arm_gicv3_kvm: Implement pending table save

2017-04-26 Thread Prakash B
On Fri, Apr 14, 2017 at 6:16 PM, Eric Auger wrote: > 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 l

[Qemu-devel] [RFC v5 3/4] hw/intc/arm_gicv3_kvm: Implement pending table save

2017-04-14 Thread Eric Auger
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 --- v5: new --- hw/intc/