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: 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: linux-api@vger.kernel.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.