On Fri, Apr 14, 2017 at 3:45 PM, Eric Auger <eric.auger@xxxxxxxxxx> wrote: > This patch adds a new attribute to GICV3 KVM device > KVM_DEV_ARM_VGIC_GRP_CTRL group. This Allows the userspace to > flush all GICR pending tables into guest RAM. At the moment > we do not offer any restore control as the sync is implicit. > > As we need the PENDBASER_ADDRESS() in vgic-v3, let's move its > definition in the irqchip header. We restore the full length > of the field, ie [51:16]. Same for PROPBASER_ADDRESS with full > field length of [51:12]. > > Signed-off-by: Eric Auger <eric.auger@xxxxxxxxxx> Tested-by: Prakash, Brahmajyosyula <Brahmajyosyula.Prakash@xxxxxxxxxx>