On Mon, Jul 16, 2018 at 03:06:19PM +0200, Christoffer Dall wrote: > As we are about to tweak implementation aspects of the VGIC emulation, > while still preserving some level of backwards compatibility support, > add a field to keep track of the implementation revision field which is > reported to the VM and to userspace. > > Signed-off-by: Christoffer Dall <christoffer.dall@xxxxxxx> > --- > include/kvm/arm_vgic.h | 3 +++ > virt/kvm/arm/vgic/vgic-init.c | 1 + > virt/kvm/arm/vgic/vgic-mmio-v2.c | 6 ++++-- > virt/kvm/arm/vgic/vgic-mmio-v3.c | 6 ++++-- > 4 files changed, 12 insertions(+), 4 deletions(-) > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>