On 26.11.2021 13:34, Andrew Cooper wrote:
> In svm.c, make a few rearrangements.  svm_update_guest_cr() has no external
> callers so can become static, but needs moving along with svm_fpu_enter() to
> avoid a forward declaration.  Also move svm_update_guest_efer() to drop its
> forward declaration.

Sadly this means svm_fpu_leave() is now far away from svm_fpu_enter(). Can't
the two be kept together?

Jan


Reply via email to