Re: [PATCH v2 08/12] x86: mem-access is HVM-only

2021-04-12 Thread Isaila Alexandru
On 12.04.2021 17:10, Jan Beulich wrote: CAUTION: This email originated from outside of our organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. By excluding the file from being built for !HVM, #ifdef-ary can be removed from it.

Re: [PATCH v2 08/12] x86: mem-access is HVM-only

2021-04-12 Thread Tamas K Lengyel
On Mon, Apr 12, 2021 at 10:10 AM Jan Beulich wrote: > > By excluding the file from being built for !HVM, #ifdef-ary can be > removed from it. > > The new HVM dependency on the Kconfig option is benign for Arm. > > Signed-off-by: Jan Beulich Acked-by: Tamas K Lengyel