From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/5] MMX/SSE data movement Date: Fri, 13 Apr 2012 17:50:40 -0300 Message-ID: <20120413205039.GA4190@amt.cnet> References: <1333986003-28050-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Stefan Hajnoczi To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:53526 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756242Ab2DMUy3 (ORCPT ); Fri, 13 Apr 2012 16:54:29 -0400 Content-Disposition: inline In-Reply-To: <1333986003-28050-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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.