All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM: x86 emulator: emulate MOVAPS and MOVAPD SSE instructions
@ 2014-03-15 20:01 Igor Mammedov
  2014-03-15 20:01 ` [PATCH 1/2] KVM: x86 emulator: emulate MOVAPS Igor Mammedov
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Igor Mammedov @ 2014-03-15 20:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: gleb, pbonzini, tglx, mingo, hpa, x86, kvm

MS HCK test fails on 32-bit Windows 8.1 due to missing MOVAPS
instruction emulation, this series adds it and while at it,
it adds emulation of MOVAPD which is trivial to implement on
top of MOVAPS.

Igor Mammedov (2):
  KVM: x86 emulator: emulate MOVAPS
  KVM: x86 emulator: emulate MOVAPD

 arch/x86/kvm/emulate.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
1.8.5.3

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

end of thread, other threads:[~2014-03-18 12:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15 20:01 [PATCH 0/2] KVM: x86 emulator: emulate MOVAPS and MOVAPD SSE instructions Igor Mammedov
2014-03-15 20:01 ` [PATCH 1/2] KVM: x86 emulator: emulate MOVAPS Igor Mammedov
2014-03-15 20:02 ` [PATCH 2/2] KVM: x86 emulator: emulate MOVAPD Igor Mammedov
2014-03-15 22:39 ` [PATCH 0/2] KVM: x86 emulator: emulate MOVAPS and MOVAPD SSE instructions H. Peter Anvin
2014-03-17 11:19   ` Paolo Bonzini
2014-03-15 22:42 ` H. Peter Anvin
2014-03-17  9:30   ` Paolo Bonzini
2014-03-17 15:16     ` H. Peter Anvin
2014-03-17 17:01       ` Paolo Bonzini
2014-03-17 17:38         ` H. Peter Anvin
2014-03-18 12:11           ` Paolo Bonzini
2014-03-17 11:18 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.