From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH v4 1/3] x86/monitor: add get_capabilities to monitor_op domctl Date: Thu, 9 Jul 2015 16:00:07 +0300 Message-ID: <559E7057.1000709@bitdefender.com> References: <1436395978-11048-1-git-send-email-tlengyel@novetta.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1436395978-11048-1-git-send-email-tlengyel@novetta.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: Tamas K Lengyel , xen-devel@lists.xen.org Cc: kevin.tian@intel.com, wei.liu2@citrix.com, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, ian.jackson@eu.citrix.com, eddie.dong@intel.com, jbeulich@suse.com, jun.nakajima@intel.com, andrew.cooper3@citrix.com, keir@xen.org List-Id: xen-devel@lists.xenproject.org On 07/09/2015 01:52 AM, Tamas K Lengyel wrote: > Add option to monitor_op domctl to determine the monitor capabilities of the > system. > > Signed-off-by: Tamas K Lengyel > --- > v4: add inline function wrapper for is_singlestep_supported to hvm.h > v3: move is_singlestep_supported into vmx > sanity check capabilities for each monitor_op enable/disable > fix comment typo > v2: skipped For the monitor part: Acked-by: Razvan Cojocaru Cheers, Razvan