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

[Xen-devel] RE: [PATCH 0/7] Memory hotadd support

To: "Jiang, Yunhong" <yunhong.jiang@xxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] RE: [PATCH 0/7] Memory hotadd support
From: "Jiang, Yunhong" <yunhong.jiang@xxxxxxxxx>
Date: Thu, 10 Dec 2009 21:32:41 +0800
Accept-language: en-US
Acceptlanguage: en-US
Cc:
Delivery-date: Thu, 10 Dec 2009 05:39:48 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E2263E4A5B2284449EEBD0AAB751098418E634AEB8@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: <E2263E4A5B2284449EEBD0AAB751098418E634AEB8@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acp5nMX73iWBVJtuSNG/UuCD9Lf3TQAAFI2Q
Thread-topic: [PATCH 0/7] Memory hotadd support
The whole diffstat output as followed:

 arch/x86/mm.c                 |   12
 arch/x86/platform_hypercall.c |    5
 arch/x86/setup.c              |    2
 arch/x86/traps.c              |    4
 arch/x86/x86_64/mm.c          |  738 ++++++++++++++++++++++++++++++++++++++++++
 include/asm-x86/mm.h          |   21 +
 include/asm-x86/page.h        |    2
 include/public/platform.h     |   10
 8 files changed, 791 insertions(+), 3 deletions(-)


>-----Original Message-----
>From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Jiang, Yunhong
>Sent: Thursday, December 10, 2009 9:29 PM
>To: Keir Fraser; xen-devel@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-devel] [PATCH 0/7] Memory hotadd support
>
>This patchset add memory hotplug support to xen hypervisor.
>
>Patch 1/7: Setup m2p table for hot-added memory.
>Patch 2/7: Destroy m2p table for hot-added memory
>Patch 3/7: Function to share m2p tables with guest
>Patch 4/7: Setup frametable for hot-added memory
>Patch 5/7: Handle page fault caused by compatibility m2p table setup
>Patch 6/7: Setup L3 table for whole direct mapping range if memory hotplug is
>supported
>Patch 7/7: The main flow for memory hotadd
>
>This patchset is quite self contained. Keir, do you think whether it's 
>acceptable for
>xen 4.0?
>
>In the meantime, several improvement still on way:
>a) 32 bit compatible guest has not been tested because of environment issue
>b) Need enhancement for error handling
>
>Thanks
>Yunhong Jiang
>
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-devel

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

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