Re: [PATCH 3/3] x86/emul: Drop the union in x86_event had have a single data field
Jan Beulich <[email protected]>
| Newsgroups | gmane.comp.emulators.xen.devel |
|---|---|
| Message-ID | <[email protected]> |
On 14.08.2026 20:58, Andrew Cooper wrote: > FRED has formalised the event_data field. It already has more uses than > given (e.g. the NMI Source Bitmap), and further uses are expected in the > future. > > Collapse the union into a single field called 'data' as the struct has event > in it's name, as well as 'event' being the common name for the variable. > Refer to the FRED spec rather than keeping an out-of-date list of uses. > > Adjust all users of the old names. > > No functional change. > > Signed-off-by: Andrew Cooper <[email protected]> Acked-by: Jan Beulich <[email protected]>