[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [RFC PATCH V3 0/3] Extend resources to support more vcpus in single VM.
Change since v2: 1) Increase page pool size during setting max vcpu 2) Allocate madt table size according APIC id of each vcpus 3) Fix some code style issues. Change since v1: 1) Increase hap page pool according vcpu number 2) Use "Processor" syntax to define vcpus with APIC id < 255 in dsdt and use "Device" syntax for other vcpus in ACPI DSDT table. 3) Use XAPIC structure for vcpus with APIC id < 255 in dsdt and use x2APIC structure for other vcpus in the ACPI MADT table. This patchset is to extend some resources(i.e, event channel, hap and so) to support more vcpus for single VM. Lan Tianyu (3): Xen: Increase hap/shadow page pool size to support more vcpus support Tool/ACPI: DSDT extension to support more vcpus hvmload: Add x2apic entry support in the MADT build tools/libacpi/acpi2_0.h | 10 +++++++++ tools/libacpi/build.c | 56 +++++++++++++++++++++++++++++++++++------------- tools/libacpi/mk_dsdt.c | 31 +++++++++++++++++++++------ xen/arch/arm/domain.c | 5 +++++ xen/arch/x86/domain.c | 25 +++++++++++++++++++++ xen/common/domctl.c | 3 +++ xen/include/xen/domain.h | 2 ++ 7 files changed, 111 insertions(+), 21 deletions(-) -- 1.8.3.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |