Currently we lose segment information associated with memory operands. This prevents us from doing proper segment checks. This patchset prepares the way by remembering which segment is associated with a memory operand. Avi Kivity (2): KVM: x86 emulator: preserve an operand's segment identity v2: truncate linear address to 32 bits if not in long mode (thanks Gleb) KVM: x86 emulator: do not perform address calculations on linear addresses v2: fix typo arch/x86/include/asm/kvm_emulate.h | 5 +- arch/x86/kvm/emulate.c | 107 +++++++++++++++++++----------------- 2 files changed, 60 insertions(+), 52 deletions(-) -- 1.7.3.1 -- 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