On Wed, Nov 17, 2010 at 03:28:20PM +0200, Avi Kivity wrote: > 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(-) Applied, thanks. -- 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