From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4] run QEMU as non-root Date: Tue, 30 Jun 2015 12:04:33 +0100 Message-ID: <1435662273.21469.101.camel@citrix.com> References: <1433177196-21442-1-git-send-email-stefano.stabellini@eu.citrix.com> <1435250018.32500.122.camel@citrix.com> <1435652520.32500.402.camel@citrix.com> 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: Stefano Stabellini Cc: wei.liu2@citrix.com, xen-devel@lists.xensource.com, Ian.Jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, 2015-06-30 at 11:46 +0100, Stefano Stabellini wrote: > I guess I could add a constant to libxl.h and use it in both libxl and > xl? Yuk. I'd be more inclined to just drop the domain-name-specific user functionality and leave just the per-domid one and catch all fallback. Ian.