From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/5] Debug register emulation fixes and optimizations (reloaded) Date: Thu, 21 Jan 2010 16:23:49 -0200 Message-ID: <20100121182349.GA20076@amt.cnet> References: <20100120172020.25118.349.stgit@mchn012c.ww002.siemens.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57816 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753396Ab0AVBLM (ORCPT ); Thu, 21 Jan 2010 20:11:12 -0500 Content-Disposition: inline In-Reply-To: <20100120172020.25118.349.stgit@mchn012c.ww002.siemens.net> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jan 20, 2010 at 06:20:20PM +0100, Jan Kiszka wrote: > Major parts of this series were already posted a while ago during the > debug register switch optimizations. This version now comes with an > additional fix for VMX (patch 1) and a rework of mov dr emulation for > SVM. > > Find this series also at git://git.kiszka.org/linux-kvm.git queues/debugregs > > Jan Kiszka (5): > KVM: VMX: Fix exceptions of mov to dr > KVM: VMX: Fix emulation of DR4 and DR5 > KVM: VMX: Clean up DR6 emulation > KVM: SVM: Clean up and enhance mov dr emulation > KVM: SVM: Trap all debug register accesses > > arch/x86/include/asm/kvm_host.h | 5 +- > arch/x86/kvm/svm.c | 78 +++++++++++++++++++++------------------ > arch/x86/kvm/vmx.c | 67 +++++++++++++++++++-------------- > arch/x86/kvm/x86.c | 19 +-------- > 4 files changed, 84 insertions(+), 85 deletions(-) Applied, thanks.