[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86/boot: Annotate pagetables with STT_OBJECT
On 14.08.2019 12:44, Andrew Cooper wrote: Introduce a new ENDDATA() helper which sets type and size together. Except this isn't very natural: Setting the size late is quite common, to avoid the need for an "end" label. But the type would better be set together with the label definition, i.e. by a GLOBAL() counterpart (e.g. GLOBAL_DATA()). However, if despite this remark you think your approach is the way to go: Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |