On Mon, Apr 09, 2012 at 06:39:58PM +0300, Avi Kivity wrote: > 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(-) 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