Kernel KVM virtualization development
 help / color / mirror / Atom feed
* [PATCH 0/5] MMX/SSE data movement
@ 2012-04-09 15:39 Avi Kivity
  2012-04-09 15:39 ` [PATCH 1/5] KVM: x86 emulator: add support for vector alignment Avi Kivity
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Avi Kivity @ 2012-04-09 15:39 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm; +Cc: Stefan Hajnoczi

This patchset implements MMX registers, SSE data alignment, and three
instructions:

  MOVQ (MMX)
  MOVNTPS (SSE)
  MOVDQA (SSE)

all used in accessing framebuffers from guests.

Avi Kivity (4):
  KVM: x86 emulator: add support for vector alignment
  KVM: x86 emulator: implement movntps
  KVM: x86 emulator: MMX support
  KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)

Stefan Hajnoczi (1):
  KVM: x86: emulate movdqa

 arch/x86/include/asm/kvm_emulate.h |    4 +-
 arch/x86/kvm/emulate.c             |  148 ++++++++++++++++++++++++++++++++----
 2 files changed, 138 insertions(+), 14 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2012-04-13 20:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 15:39 [PATCH 0/5] MMX/SSE data movement Avi Kivity
2012-04-09 15:39 ` [PATCH 1/5] KVM: x86 emulator: add support for vector alignment Avi Kivity
2012-04-09 15:40 ` [PATCH 2/5] KVM: x86: emulate movdqa Avi Kivity
2012-04-09 15:40 ` [PATCH 3/5] KVM: x86 emulator: implement movntps Avi Kivity
2012-04-09 15:40 ` [PATCH 4/5] KVM: x86 emulator: MMX support Avi Kivity
2012-04-09 15:40 ` [PATCH 5/5] KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f) Avi Kivity
2012-04-13 20:50 ` [PATCH 0/5] MMX/SSE data movement Marcelo Tosatti

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