Re: [PATCH v3 03/15] arm64: kvm: Add build rules for separate nVHE object files

From: David Brazdil
Date: Fri Jun 19 2020 - 08:11:15 EST


Hey Marc,

> I guess that one of the first use of this __KVM_NVHE_HYPERVISOR__
> flag could be the has_vhe() predicate: if you're running the nVHE
> code, you are *guaranteed* not to use VHE at all.

Sure, I'll add that to the next respin. If I'm reading __is_defined correctly,
it means I have to define the flag as =1. Easy.

Thanks,
-David