Re: [PATCH] x86: Introduce X86_ET_* constants in x86-defns.h

2024-10-04 Thread Andrew Cooper
On 04/10/2024 7:43 am, Jan Beulich wrote: > On 03.10.2024 19:04, Andrew Cooper wrote: >> The FRED spec architecturalises the Event Type encoding, previously exposed >> only in VMCB/VMCS fields. >> >> Introduce the constants in x86-defns.h, making them a bit more consice, and >> retire enum x86_even

Re: [PATCH] x86: Introduce X86_ET_* constants in x86-defns.h

2024-10-03 Thread Jan Beulich
On 03.10.2024 19:04, Andrew Cooper wrote: > The FRED spec architecturalises the Event Type encoding, previously exposed > only in VMCB/VMCS fields. > > Introduce the constants in x86-defns.h, making them a bit more consice, and > retire enum x86_event_type. > > Take the opportunity to introduce X

[PATCH] x86: Introduce X86_ET_* constants in x86-defns.h

2024-10-03 Thread Andrew Cooper
The FRED spec architecturalises the Event Type encoding, previously exposed only in VMCB/VMCS fields. Introduce the constants in x86-defns.h, making them a bit more consice, and retire enum x86_event_type. Take the opportunity to introduce X86_ET_OTHER. It's absence appears to be a bug in Intros