Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-02-08 Thread Jane Malalane
On 08/02/2022 13:52, Jan Beulich wrote: > [CAUTION - EXTERNAL EMAIL] DO NOT reply, click links, or open attachments > unless you have verified the sender and know the content is safe. > > On 08.02.2022 14:27, Jane Malalane wrote: >> On 31/01/2022 12:05, Jan Beulich wrote: >>> On 27.01.2022

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-02-08 Thread Jan Beulich
On 08.02.2022 14:27, Jane Malalane wrote: > On 31/01/2022 12:05, Jan Beulich wrote: >> On 27.01.2022 17:01, Jane Malalane wrote: >>> Introduce a new per-domain creation x86 specific flag to >>> select whether hardware assisted virtualization should be used for >>> x{2}APIC. >>> >>> A per-domain

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-02-08 Thread Jane Malalane
On 31/01/2022 12:05, Jan Beulich wrote: > On 27.01.2022 17:01, Jane Malalane wrote: >> Introduce a new per-domain creation x86 specific flag to >> select whether hardware assisted virtualization should be used for >> x{2}APIC. >> >> A per-domain option is added to xl in order to select the usage

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-02-02 Thread Roger Pau Monné
On Wed, Feb 02, 2022 at 03:19:13PM +, Jane Malalane wrote: > On 01/02/2022 10:02, Roger Pau Monné wrote: > > On Thu, Jan 27, 2022 at 04:01:33PM +, Jane Malalane wrote: > >> diff --git a/tools/libs/light/libxl_types.idl > >> b/tools/libs/light/libxl_types.idl > >> index

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-02-02 Thread Jane Malalane
On 01/02/2022 10:02, Roger Pau Monné wrote: > On Thu, Jan 27, 2022 at 04:01:33PM +, Jane Malalane wrote: >> Introduce a new per-domain creation x86 specific flag to >> select whether hardware assisted virtualization should be used for >> x{2}APIC. >> >> A per-domain option is added to xl in

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-02-01 Thread Roger Pau Monné
On Thu, Jan 27, 2022 at 04:01:33PM +, Jane Malalane wrote: > Introduce a new per-domain creation x86 specific flag to > select whether hardware assisted virtualization should be used for > x{2}APIC. > > A per-domain option is added to xl in order to select the usage of > x{2}APIC hardware

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-01-31 Thread Jan Beulich
On 31.01.2022 17:05, Anthony PERARD wrote: > On Thu, Jan 27, 2022 at 04:01:33PM +, Jane Malalane wrote: >> --- a/tools/libs/light/libxl_x86.c >> +++ b/tools/libs/light/libxl_x86.c >> @@ -819,11 +825,44 @@ void >> libxl__arch_domain_create_info_setdefault(libxl__gc *gc, >> { >> } >> >>

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-01-31 Thread Anthony PERARD
On Thu, Jan 27, 2022 at 04:01:33PM +, Jane Malalane wrote: > diff --git a/docs/man/xl.conf.5.pod.in b/docs/man/xl.conf.5.pod.in > index df20c08137..2d0a59d019 100644 > --- a/docs/man/xl.conf.5.pod.in > +++ b/docs/man/xl.conf.5.pod.in > @@ -107,6 +107,18 @@ Sets the default value for the C >

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-01-31 Thread Jane Malalane
Hi, On 31/01/2022 12:05, Jan Beulich wrote: > On 27.01.2022 17:01, Jane Malalane wrote: >> Introduce a new per-domain creation x86 specific flag to >> select whether hardware assisted virtualization should be used for >> x{2}APIC. >> >> A per-domain option is added to xl in order to select the

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-01-31 Thread Jan Beulich
On 27.01.2022 17:01, Jane Malalane wrote: > Introduce a new per-domain creation x86 specific flag to > select whether hardware assisted virtualization should be used for > x{2}APIC. > > A per-domain option is added to xl in order to select the usage of > x{2}APIC hardware assisted vitualization,

Re: [PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-01-27 Thread Christian Lindig
The changes for the OCaml bindings are minimal and administrative. This looks good to me. Acked-by: Christian Lindig mailto:christian.lin...@citrix.com>> On 27 Jan 2022, at 16:01, Jane Malalane mailto:jane.malal...@citrix.com>> wrote: Introduce a new per-domain creation x86 specific flag to

[PATCH 2/2] x86/xen: Allow per-domain usage of hardware virtualized APIC

2022-01-27 Thread Jane Malalane
Introduce a new per-domain creation x86 specific flag to select whether hardware assisted virtualization should be used for x{2}APIC. A per-domain option is added to xl in order to select the usage of x{2}APIC hardware assisted vitualization, as well as a global configuration option. Having all