On Thu, May 23, 2019 at 11:20:15AM +0100, Andrew Cooper wrote: > The various pieces of the hypercall page infrastructure have grown > organically over time and ended up in a bit of a mess. > > * Rename all functions to be of the form *_init_hypercall_page(). This > makes them somewhat shorter, and means they can actually be grepped > for in one go. > * Move init_hypercall_page() to domain.c. The 64-bit traps.c isn't a > terribly appropriate place for it to live. > * Drop an obsolete comment from hvm_init_hypercall_page() and drop the > domain parameter from hvm_funcs.init_hypercall_page() as it isn't > necessary. > * Rearrange the logic in the each function to avoid needing extra local > variables, and to write the page in one single pass. > > No functional change. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Wei Liu <wei.l...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel