Hi This series is supposed to bring support for 16-bit VMID offered by the ARMv8.1 architecture extension into KVM. The first to patches are clean-up to make kvm_arm.h fit into assembly code nicely. The third patch modifies KVM code to recognise and use 16-bit VMID. Thanks! Vladimir Murzin (3): kvm: arm: arm64: remove unreferenced S2_PGD_ORDER kvm: arm: make kvm_arm.h friendly to assembly code arm64: KVM: Add support for 16-bit VMID arch/arm/include/asm/kvm_arm.h | 34 +++++++++++++++++----------------- arch/arm/include/asm/kvm_mmu.h | 5 +++++ arch/arm/kvm/arm.c | 10 ++++++++-- arch/arm/kvm/mmu.c | 6 +++--- arch/arm64/include/asm/kvm_arm.h | 3 ++- arch/arm64/include/asm/kvm_mmu.h | 9 ++++++++- arch/arm64/kvm/hyp-init.S | 9 +++++++++ 7 files changed, 52 insertions(+), 24 deletions(-) -- 1.7.9.5 _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/mailman/listinfo/kvmarm