>>> On 08.02.18 at 09:51, <rcojoc...@bitdefender.com> wrote:
> On 02/07/2018 07:42 PM, Razvan Cojocaru wrote:
>> On 02/07/2018 07:01 PM, Jan Beulich wrote:
>>>> --- a/xen/include/asm-x86/hvm/hvm.h
>>>> +++ b/xen/include/asm-x86/hvm/hvm.h
>>>> @@ -34,6 +34,9 @@ extern bool_t opt_hvm_fep;
>>>>  #define opt_hvm_fep 0
>>>>  #endif
>>>>  
>>>> +#define X86_CR3_NOFLUSH (1ull << 63)
>>>
>>> This belongs in x86-defs.h
> 
> Sorry, do you mean xen/arch/x86/boot/defs.h? Or that I should add a new
> header for this?
> 
> 'find . -name x86-defs.h' comes up empty-handed.

Oh, sorry - xen/include/asm-x86/x86-defns.h (you could simply
have looked for where the CR0 and CR4 definitions all live).

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to