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][PATCH 01/02] Hypervisor: Extend max vcpu number for HVM gues

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel][PATCH 01/02] Hypervisor: Extend max vcpu number for HVM guest.
From: "Xu, Dongxiao" <dongxiao.xu@xxxxxxxxx>
Date: Thu, 29 Oct 2009 11:10:00 +0800
Accept-language: en-US
Acceptlanguage: en-US
Cc: "Ian.Jackson@xxxxxxxxxxxxx" <Ian.Jackson@xxxxxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Wed, 28 Oct 2009 20:12:47 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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: AcpYRU18BA4vL8HTT8SlYsDuUlC2Tg==
Thread-topic: [Xen-devel][PATCH 01/02] Hypervisor: Extend max vcpu number for HVM guest.
Hypervisor: Extend the max vcpu number for HVM guest.
 - Originally the max vcpu number for HVM guest is 32, this patch extend the
number to 128 on x86_64 hypervisor. (For i386 hypervisor, the max vcpu number
is till 32).
 - This patch extends the mp-table size to fit more vcpus.
 - If the guest uses more than 32 vcpus, the ioreq page number is extend to 4.
 - HVM PV driver should call VCPUOP_register_vcpu_info hypercall to initialize
the vcpu info if the vcpu number is more than 32.

Signed-off-by: Dongxiao Xu <dongxiao.xu@xxxxxxxxx>
 
Best Regards, 
-- Dongxiao

Attachment: xen_hvm_extend_max_vcpu.patch
Description: xen_hvm_extend_max_vcpu.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel][PATCH 01/02] Hypervisor: Extend max vcpu number for HVM guest., Xu, Dongxiao <=