WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH, v2] add privileged/unprivileged kernel feature i

To: Jan Beulich <JBeulich@xxxxxxxxxx>, Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH, v2] add privileged/unprivileged kernel feature indication
From: Keir Fraser <keir@xxxxxxx>
Date: Thu, 21 Jul 2011 09:55:56 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 21 Jul 2011 01:58:39 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:user-agent:date:subject:from:to:cc:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=A/vfdC1ldnWPEFtbkvSGFhPV5X1JEmY8dwTiNflFNHI=; b=Kkw1thp9zqHOWzHQoYKHMflHKBWoCvstSeYt6W50gJYkP97iC4UPgHL69jJki8sS7M hPgKrewRxlF+vYKYZBe4FGzpOXzJC6v0xS+C9iTrbYjoV0Fq1qzR2XRM+IZizv/PK0dw 5mKA4W7K/NzoEemwbNWxuJlVYZfX9dgXnCt4k=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CA4DA6F3.2F9C9%keir@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcxHg0YkDQERG4zVDkWxfRuQ9b78XAAALqRV
Thread-topic: [Xen-devel] [PATCH, v2] add privileged/unprivileged kernel feature indication
User-agent: Microsoft-Entourage/12.30.0.110427
On 21/07/2011 09:50, "Keir Fraser" <keir@xxxxxxx> wrote:

> On 21/07/2011 09:16, "Jan Beulich" <JBeulich@xxxxxxxxxx> wrote:
> 
>>> You say it is a Linux notion that dom0 implies domU but I am not aware
>>> of any PV OS which supports dom0 that doesn't also support domU, do you
>>> have specific examples of OSes which are dom0-only?
>> 
>> No, I'm not aware of any existing ones, but I also wasn't in favor of
>> the move to imply unprivileged capabilities when Linux is configured
>> as privileged guest (iirc this wasn't the case from the very beginning).
>> 
>> And again, imo an interface like the hypervisor's shouldn't dictate any
>> kind of policy on the guest OSes.
> 
> My own issue with the unprivileged flag is that I'm not clear what it
> actually means. When would you *not* set it? I mean it looks in the Linux
> side you set it unconditionally right now. What's the point? Why not remove
> the flag and introduce it when we have good reason and can attach meaningful
> semantics to it?

A further killing blow: the hypervisor patch defined unprivileged as !dom0.
Well, there are many different capabilities and devices that a domU may be
granted. You might be passing through a VGA adaptor and SRIOV NIC and run
out of ramdisk for example, in which case the domU might quite validly have
no PV frontend devices.

Another thing, given that privileged is quite a broad term, I wonder whether
the 'privileged' feature should be called something else? Like
'dom0_interface'? It would be a more precise definition maybe? Passing
through devices to a domU could be termed a privilege after all, for
example.

 -- Keir

> There we are, we're two against one now ;-)
> 
>  -- Keir
> 
> 



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>