public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove hack from movsx/movzx decoding
@ 2012-01-16 13:08 Avi Kivity
  2012-01-16 13:08 ` [PATCH 1/2] KVM: x86 emulator: add 8-bit memory operands Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Avi Kivity @ 2012-01-16 13:08 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: kvm, namit

movsx/movzx destination operands currently have a hack for the operand size.
Add OpMem8 and use it to remove the hack.

I'll wait with this until Nadav's more direct fix is in.

Avi Kivity (2):
  KVM: x86 emulator: add 8-bit memory operands
  KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack

 arch/x86/kvm/emulate.c |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

-- 
1.7.7.1


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

end of thread, other threads:[~2012-01-17 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16 13:08 [PATCH 0/2] Remove hack from movsx/movzx decoding Avi Kivity
2012-01-16 13:08 ` [PATCH 1/2] KVM: x86 emulator: add 8-bit memory operands Avi Kivity
2012-01-16 13:08 ` [PATCH 2/2] KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack Avi Kivity
2012-01-17 12:03 ` [PATCH 0/2] Remove hack from movsx/movzx decoding Marcelo Tosatti

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