On 11/09/2016 01:17 PM, Jan Beulich wrote: >> @@ -259,6 +266,13 @@ struct vm_event_cpuid { >> > uint32_t _pad; >> > }; >> > >> > +struct vm_event_interrupt { >> > + uint32_t vector; >> > + uint32_t type; >> > + uint32_t error_code; >> > + uint64_t cr2; >> > +}; > This being x86-specific, I think it should be named or union-ized > accordingly.
I think I should also pad this to be a multiple of 64 bits as the others are (with a uint32_t _pad; member). Thanks, Razvan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel