From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCHv2] KVM: move DR register access handling into generic code Date: Tue, 13 Apr 2010 13:37:20 -0300 Message-ID: <20100413163720.GA26004@amt.cnet> References: <20100413070523.GE23554@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, jan.kiszka@siemens.com, avi@redhat.com To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1025 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752063Ab0DMQj0 (ORCPT ); Tue, 13 Apr 2010 12:39:26 -0400 Content-Disposition: inline In-Reply-To: <20100413070523.GE23554@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Apr 13, 2010 at 10:05:23AM +0300, Gleb Natapov wrote: > Currently both SVM and VMX have their own DR handling code. Move it to > x86.c. > > Changelog: > v1->v2 > - kvm_set_dr() always return 1 in a case of error > > Signed-off-by: Gleb Natapov Applied, thanks.