public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce segmented addresses to the emulator
@ 2010-11-17 11:40 Avi Kivity
  2010-11-17 11:40 ` [PATCH 1/2] KVM: x86 emulator: preserve an operand's segment identity Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Avi Kivity @ 2010-11-17 11:40 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-18 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17 11:40 [PATCH 0/2] Introduce segmented addresses to the emulator Avi Kivity
2010-11-17 11:40 ` [PATCH 1/2] KVM: x86 emulator: preserve an operand's segment identity Avi Kivity
2010-11-17 11:41 ` [PATCH 2/2] KVM: x86 emulator: do not perform address calculations on linear addresses Avi Kivity
2010-11-18 16:00 ` [PATCH 0/2] Introduce segmented addresses to the emulator Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox