From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/2] xen: Implement ioctl to restrict privcmd to a specific domain Date: Thu, 31 Jul 2014 14:53:07 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XCqnB-0006fG-3y for xen-devel@lists.xenproject.org; Thu, 31 Jul 2014 13:53:13 +0000 In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Frediano Ziglio Cc: linux-api@vger.kernel.org, linux-kernel , David Vrabel , xen-devel , Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org 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. Ian.