On Wed, Nov 17, 2010 at 01:40:58PM +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 > 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(-) 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