All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH V3 0/3] Extend resources to support more vcpus in single VM.
@ 2017-09-13  4:52 Lan Tianyu
  2017-09-13  4:52 ` [RFC PATCH V3 1/3] Xen: Increase hap/shadow page pool size to support more vcpus support Lan Tianyu
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Lan Tianyu @ 2017-09-13  4:52 UTC (permalink / raw)
  To: xen-devel
  Cc: Lan Tianyu, kevin.tian, sstabellini, wei.liu2, George.Dunlap,
	andrew.cooper3, ian.jackson, tim, julien.grall, jbeulich,
	roger.pau, chao.gao

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@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2017-11-28  8:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-13  4:52 [RFC PATCH V3 0/3] Extend resources to support more vcpus in single VM Lan Tianyu
2017-09-13  4:52 ` [RFC PATCH V3 1/3] Xen: Increase hap/shadow page pool size to support more vcpus support Lan Tianyu
2017-09-18 13:06   ` Wei Liu
2017-09-19  3:06     ` Lan Tianyu
2017-09-20 15:13       ` Wei Liu
2017-09-21  8:50         ` Lan Tianyu
2017-09-21 11:27           ` Jan Beulich
2017-11-28  8:13         ` Chao Gao
2017-09-13  4:52 ` [RFC PATCH V3 2/3] Tool/ACPI: DSDT extension to support more vcpus Lan Tianyu
2017-09-19 13:29   ` Roger Pau Monné
2017-09-19 13:44     ` Jan Beulich
2017-09-19 13:48       ` Roger Pau Monné
2017-09-19 13:55         ` Jan Beulich
2017-09-19 14:13           ` Roger Pau Monné
2017-09-19 15:02             ` Jan Beulich
2017-09-19 15:35               ` Roger Pau Monné
2017-09-13  4:52 ` [RFC PATCH V3 3/3] hvmload: Add x2apic entry support in the MADT build Lan Tianyu
2017-09-19 13:41   ` Roger Pau Monné
2017-09-19 13:50     ` Roger Pau Monné

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.