> From: Andrew Cooper [mailto:[email protected]] > Sent: Tuesday, May 22, 2018 7:21 PM > > Collect together related infrastructure in vmcs.h, rather than having it > spread out. Turn vmx_{read,write}_guest_msr() into static inlines, as they > are simple enough. > > Replace 'int type' with 'enum vmx_msr_list_type', and use switch > statements > internally. Later changes are going to introduce a new type. > > Rename the type identifiers for consistency with the other VMX_MSR_* > constants. > > No functional change. > > 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
