Re: [Xen-devel] [PATCH 4/6] x86/domain: remove the 'oos_off' flag

2019-07-25 Thread Paul Durrant
> -Original Message- > From: Tim Deegan > Sent: 24 July 2019 18:45 > To: Paul Durrant > Cc: xen-devel@lists.xenproject.org; George Dunlap ; > Jan Beulich > ; Andrew Cooper ; Wei Liu > ; Roger Pau Monne > > Subject: Re: [PATCH 4/6] x86/domain: remove the 'oos_off' flag > > At 17:06

Re: [Xen-devel] [PATCH 4/6] x86/domain: remove the 'oos_off' flag

2019-07-24 Thread Tim Deegan
At 17:06 +0100 on 23 Jul (1563901567), Paul Durrant wrote: > The flag is not needed since the domain 'createflags' can now be tested > directly. > > Signed-off-by: Paul Durrant Acked-by: Tim Deegan though some of this change seems to have got into patch 3, maybe they were reordered at some

[Xen-devel] [PATCH 4/6] x86/domain: remove the 'oos_off' flag

2019-07-23 Thread Paul Durrant
The flag is not needed since the domain 'createflags' can now be tested directly. Signed-off-by: Paul Durrant --- Cc: Tim Deegan Cc: George Dunlap Cc: Jan Beulich Cc: Andrew Cooper Cc: Wei Liu Cc: "Roger Pau Monné" --- xen/arch/x86/mm/shadow/common.c | 3 +-- xen/include/asm-x86/domain.h