|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] RE: [PATCH 0/6] Add memory add support to Xen
To: |
"Nakajima, Jun" <jun.nakajima@xxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxxxx>, Tim Deegan <Tim.Deegan@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx> |
Subject: |
[Xen-devel] RE: [PATCH 0/6] Add memory add support to Xen |
From: |
"Jiang, Yunhong" <yunhong.jiang@xxxxxxxxx> |
Date: |
Mon, 29 Jun 2009 13:58:31 +0800 |
Accept-language: |
en-US |
Acceptlanguage: |
en-US |
Cc: |
|
Delivery-date: |
Sun, 28 Jun 2009 23:00:23 -0700 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<0B53E02A2965CE4F9ADB38B34501A3A1887B9807@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
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> |
References: |
<E2263E4A5B2284449EEBD0AAB751098402CCF824CD@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <0B53E02A2965CE4F9ADB38B34501A3A1887B9807@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Thread-index: |
Acn30pHKvEHffnKqTQqSzyN8vmXgFQAkyzSQAAYU2kA= |
Thread-topic: |
[PATCH 0/6] Add memory add support to Xen |
Nakajima, Jun wrote:
> Jiang, Yunhong wrote on Sun, 28 Jun 2009 at 02:26:51:
>
>>
>> There are several option to support it.
>> a) Move the ACPI event to Xen HV, that is sure to be a big changes.
>> b) Add some hook in Dom0, so that instead of add the new memory to
>> dom0, it will use hypercall to notify Xen HV.
>> c) Change current dom0 implementation. When dom0 get the ACPI event
>> and get the memory device's resource, it will not directly add the
>> memry to system, instead, it will notify user space with uevent. The
>> uevent script will ask kernel to add the new memory to system. In Xen
>> environment, the uevent script will notify Xen HV. We are still
>> investigating on this option.
>>
>> We are in early stage . any suggestion or new idea will be helpful
>> to us and welcome.
>>
>
> I think the option b is the practical choice because the
> kernel typically has a well-defined routine for that, and the
> maintenance cost of the diff for dom0 should be very low. The
> option c may not work for other OS like Solaris...
Yes, the diff will be low. We will work on this way.
--jyh
>
> Jun
> ___
> Intel Open Source Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|