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 KVM: x86 emulator: do not perform address calculations on linear addresses arch/x86/include/asm/kvm_emulate.h | 5 ++- arch/x86/kvm/emulate.c | 103 ++++++++++++++++++------------------ 2 files changed, 55 insertions(+), 53 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