> From: Andrew Cooper [mailto:[email protected]] > Sent: Tuesday, May 22, 2018 7:21 PM > > * Use an arch_vmx_struct local variable to reduce later code volume. > * Use start/total instead of msr_area/msr_count. This is in preparation for > more finegrained handling with later changes. > * Use ent/end pointers (again for preparation), and to make the > vmx_add_msr() > logic easier to follow. > * Make the memory allocation block of vmx_add_msr() unlikely, and > calculate > virt_to_maddr() just once. > > No practical change to functionality. > > Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: Kevin Tian <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
