From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: [PATCH] Use hypercalls instead of accessing debug registers directly. Date: Thu, 07 Jul 2005 16:38:27 -0700 Message-ID: <42CDBCF3.60100@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: Ian Pratt , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Ian Pratt wrote: > > > >>Use hypercalls instead of accessing debug registers directly. > > > Is this based on measurement? If the debug registers aren't on the > critical path its probably not worth the change. If they are, they > should probably be part of a multicall. It's not on the critical path. We probably should just emulate the instruction on the GP fault. -Arun