From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH RFC 2/9] xen: Optimize introspection access to guest state Date: Thu, 10 Jul 2014 11:23:23 +0300 Message-ID: <53BE4D7B.2020006@bitdefender.com> References: <1404308041-15461-1-git-send-email-rcojocaru@bitdefender.com> <1404308041-15461-2-git-send-email-rcojocaru@bitdefender.com> <53B425B4.3010808@citrix.com> <53BE4963.1070904@bitdefender.com> <53BE4C36.4000805@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53BE4C36.4000805@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , xen-devel@lists.xen.org Cc: tim@xen.org List-Id: xen-devel@lists.xenproject.org On 07/10/2014 11:17 AM, Andrew Cooper wrote: > Your proposed change would make the results of vmx_guest_x86_mode() part > of the Xen ABI, and therefore hard to refactor in the future if the need > were to arise. > > Also, it ties any SVM extension of your work to VT-x internals. I see. Yes, that makes sense. I'll take guest_x86_mode out. Thanks, Razvan Cojocaru