Re: [PATCH v1 01/18] kconfig: allow configuration of maximum modules

2022-07-26 Thread Jan Beulich
On 26.07.2022 20:07, Julien Grall wrote: > On 19/07/2022 17:36, Daniel P. Smith wrote: >> On 7/15/22 15:16, Julien Grall wrote: >>> On 06/07/2022 22:04, Daniel P. Smith wrote: index 498625eae0..834b1ad16b 100644 --- a/xen/arch/x86/guest/xen/pvh-boot.c +++ b/xen/arch/x86/guest/xen/pvh

Re: [PATCH v1 01/18] kconfig: allow configuration of maximum modules

2022-07-26 Thread Julien Grall
Hi Daniel, On 19/07/2022 17:36, Daniel P. Smith wrote: On 7/15/22 15:16, Julien Grall wrote: Hi Daniel, On 06/07/2022 22:04, Daniel P. Smith wrote: For x86 the number of allowable multiboot modules varies between the different entry points, non-efi boot, pvh boot, and efi boot. In the case o

Re: [PATCH v1 01/18] kconfig: allow configuration of maximum modules

2022-07-22 Thread Daniel P. Smith
On 7/20/22 03:27, Jan Beulich wrote: > On 19.07.2022 19:02, Daniel P. Smith wrote: >> On 7/19/22 05:32, Jan Beulich wrote: >>> On 06.07.2022 23:04, Daniel P. Smith wrote: --- a/xen/arch/x86/efi/efi-boot.h +++ b/xen/arch/x86/efi/efi-boot.h @@ -18,7 +18,7 @@ static multiboot_info_t __i

Re: [PATCH v1 01/18] kconfig: allow configuration of maximum modules

2022-07-20 Thread Jan Beulich
On 19.07.2022 19:02, Daniel P. Smith wrote: > On 7/19/22 05:32, Jan Beulich wrote: >> On 06.07.2022 23:04, Daniel P. Smith wrote: >>> --- a/xen/arch/x86/efi/efi-boot.h >>> +++ b/xen/arch/x86/efi/efi-boot.h >>> @@ -18,7 +18,7 @@ static multiboot_info_t __initdata mbi = { >>> * The array size needs

Re: [PATCH v1 01/18] kconfig: allow configuration of maximum modules

2022-07-19 Thread Daniel P. Smith
On 7/19/22 05:32, Jan Beulich wrote: > On 06.07.2022 23:04, Daniel P. Smith wrote: >> --- a/xen/arch/Kconfig >> +++ b/xen/arch/Kconfig >> @@ -17,3 +17,15 @@ config NR_CPUS >>For CPU cores which support Simultaneous Multi-Threading or similar >>technologies, this the number of logica

Re: [PATCH v1 01/18] kconfig: allow configuration of maximum modules

2022-07-19 Thread Daniel P. Smith
On 7/15/22 15:16, Julien Grall wrote: > Hi Daniel, > > On 06/07/2022 22:04, Daniel P. Smith wrote: >> For x86 the number of allowable multiboot modules varies between the >> different >> entry points, non-efi boot, pvh boot, and efi boot. In the case of >> both Arm and >> x86 this value is fixed

Re: [PATCH v1 01/18] kconfig: allow configuration of maximum modules

2022-07-19 Thread Jan Beulich
On 06.07.2022 23:04, Daniel P. Smith wrote: > --- a/xen/arch/Kconfig > +++ b/xen/arch/Kconfig > @@ -17,3 +17,15 @@ config NR_CPUS > For CPU cores which support Simultaneous Multi-Threading or similar > technologies, this the number of logical threads which Xen will > support

Re: [PATCH v1 01/18] kconfig: allow configuration of maximum modules

2022-07-15 Thread Julien Grall
Hi Daniel, On 06/07/2022 22:04, Daniel P. Smith wrote: For x86 the number of allowable multiboot modules varies between the different entry points, non-efi boot, pvh boot, and efi boot. In the case of both Arm and x86 this value is fixed to values based on generalized assumptions. With hyperlaun

RE: [PATCH v1 01/18] kconfig: allow configuration of maximum modules

2022-07-06 Thread Henry Wang
Hi Daniel, > -Original Message- > Subject: [PATCH v1 01/18] kconfig: allow configuration of maximum modules > > For x86 the number of allowable multiboot modules varies between the > different > entry points, non-efi boot, pvh boot, and efi boot. In the case of both Arm > and > x86 this v