From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 1/2] xen: Implement ioctl to restrict privcmd to a specific domain Date: Thu, 31 Jul 2014 15:11:12 +0100 Message-ID: References: <1406814787.10395.2.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1406814787.10395.2.camel@kazak.uk.xensource.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: Ian Campbell , Frediano Ziglio Cc: xen-devel , Boris Ostrovsky , linux-api@vger.kernel.org, linux-kernel List-Id: linux-api@vger.kernel.org On 31/07/14 14:53, Ian Campbell wrote: > On Thu, 2014-07-31 at 14:16 +0100, Frediano Ziglio wrote: > >> include/xen/interface/domctl.h | 1090 ++++++++++++++++++++++++++++++++++++ > > domctl is an stable toolstack only hypervisor interface, so the kernel > cannot use it because it would then break. Ok. I guess we'll have to resurrect the idea to do something with XSM. David