|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: Linux Stubdom Problem
To: |
Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>, Tim Deegan <tim@xxxxxxx> |
Subject: |
Re: [Xen-devel] Re: Linux Stubdom Problem |
From: |
Keir Fraser <keir.xen@xxxxxxxxx> |
Date: |
Wed, 31 Aug 2011 07:02:07 +0100 |
Cc: |
"xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>, Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>, Jiageng Yu <yujiageng734@xxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxx>, Thibault <samuel.thibault@xxxxxxxxxxxx> |
Delivery-date: |
Tue, 30 Aug 2011 23:04:38 -0700 |
Dkim-signature: |
v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=user-agent:date:subject:from:to:cc:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=keZY/mYUbxtiPTxqzenku7K+ttR52U9dBi7iudqkhMY=; b=A15syU7TKEd3HT4pX71X2//hJImqvlfBrZwpg+4Eg3bmWibl582s0AIheVihoBeQIU KMbrcfp05ZdYtXxHeGyOCTmluVryH036WFbAhlnRiBzLinorzwXhHNQMtkjXk0cR6tx7 aNsatEwF+YFqhEmIPu+Obf68g9ljgCDwIy/MU= |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<alpine.DEB.2.00.1108291636010.12963@kaball-desktop> |
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: |
Acxno4N5W9+xERgsrkS5KlOvFwv7XQ== |
Thread-topic: |
[Xen-devel] Re: Linux Stubdom Problem |
User-agent: |
Microsoft-Entourage/12.30.0.110427 |
On 29/08/2011 17:03, "Stefano Stabellini" <stefano.stabellini@xxxxxxxxxxxxx>
wrote:
>> Oh, so it will. You'd need to arrange for that to be called from inside
>> the guest; or you could implement an add_to_physmap space for it; that
>> could be called from another domain.
>
> "From inside the guest" means hvmloader?
> The good thing about doing it in hvmloader is that we could use the
> traditional PV frontend/backend mechanism to share pages. On the other
> hand hvmloader doesn't know if we are using stubdoms at the moment and
> it would need to issue the grant table hypercall only in that case.
> Unless we decide to always grant the videoram to guests but it would
> change once again the domain to which the videoram is accounted for
> (dom0/stubdom rather than the guest, that is a bad thing).
> Also I don't like the idea of making hvmloader stubdom aware.
I don't see a problem with it, in principle. I see hvmloader as almost an
in-guest part of the toolstack. The fact that it only executes at guest boot
means it can be fairly closely tied to the toolstack version.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|