From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH V6 08/13] xen: Introduce monitor_op domctl Date: Thu, 12 Mar 2015 15:01:14 +0100 Message-ID: <20150312140114.GG22158@deinos.phlegethon.org> References: <1424218303-11331-1-git-send-email-tamas.lengyel@zentific.com> <1424218303-11331-9-git-send-email-tamas.lengyel@zentific.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1424218303-11331-9-git-send-email-tamas.lengyel@zentific.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 Cc: kevin.tian@intel.com, wei.liu2@citrix.com, ian.campbell@citrix.com, steve@zentific.com, stefano.stabellini@eu.citrix.com, jun.nakajima@intel.com, eddie.dong@intel.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, andres@lagarcavilla.org, jbeulich@suse.com, rshriram@cs.ubc.ca, keir@xen.org, dgdegra@tycho.nsa.gov, yanghy@cn.fujitsu.com List-Id: xen-devel@lists.xenproject.org At 01:11 +0100 on 18 Feb (1424218298), Tamas K Lengyel wrote: > In preparation for allowing for introspecting ARM and PV domains the old > control interface via the hvm_op hypercall is retired. A new control mechanism > is introduced via the domctl hypercall: monitor_op. > > This patch aims to establish a base API on which future applications can build > on. > > Suggested-by: Andrew Cooper > Signed-off-by: Tamas K Lengyel Acked-by: Tim Deegan