The first patch in this segment-themed patchset cleans up segment handling in the emulator; while the second patch undoes some of the performance hit taken by the emulator segment limit checks. Avi Kivity (2): KVM: x86 emulator: consolidate segment accessors KVM: VMX: Cache vmcs segment fields arch/x86/include/asm/kvm_emulate.h | 13 +--- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/emulate.c | 122 ++++++++++++++++++++---------------- arch/x86/kvm/vmx.c | 102 +++++++++++++++++++++++++++--- arch/x86/kvm/x86.c | 41 +++--------- 5 files changed, 176 insertions(+), 103 deletions(-) -- 1.7.4.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html