[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86/svm: Fix svm_vmcb_dump() when used in current context
>>> On 17.06.19 at 14:54, <andrew.cooper3@xxxxxxxxxx> wrote: > VMExit doesn't switch all state. The FS/GS/TS/LDTR/GSBASE segment > information, and SYSCALL/SYSENTER MSRs may still be cached in hardware, rather > than up-to-date in the VMCB. > > Export svm_sync_vmcb() via svmdebug.h so svm_vmcb_dump() can use it, and bring > the VMCB into sync in current context. > > As a minor optimisation, switch svm_sync_vmcb() to use svm_vm{load,save}_pa(), > as svm->vmcb_pa is always in correct, and this avoids a redundant __pa() Is the "in" here a leftover from some earlier, different wording? > translation behind the scenes. > > Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Only as a remark: This removes the last use of svm_vmload(), but perhaps it and svm_vmsave() would better be dropped together, once the one remaining use of the latter has also disappeared (assuming that's doable). 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 |