Re: [Xen-devel] [PATCH for-4.12 1/8] xen/arm: Only set necessary flags when initializing HCR_EL2

2019-01-23 Thread Stefano Stabellini
On Wed, 28 Nov 2018, Julien Grall wrote: > Only {A,F,I}MO are necessary to receive interrupts until a guest vCPU is > loaded. > > The rest have no effect on Xen and it is better to avoid setting them. > > Signed-off-by: Julien Grall > --- > xen/arch/arm/traps.c | 8 ++-- > 1 file changed,

Re: [Xen-devel] [PATCH for-4.12 1/8] xen/arm: Only set necessary flags when initializing HCR_EL2

2018-12-21 Thread Andrii Anisov
On 28.11.18 18:49, Julien Grall wrote: Only {A,F,I}MO are necessary to receive interrupts until a guest vCPU is loaded. The rest have no effect on Xen and it is better to avoid setting them. Signed-off-by: Julien Grall --- xen/arch/arm/traps.c | 8 ++-- 1 file changed, 6