Re: [PATCH 1/3] SVM: nSVM: correctly restore GIF on vmexit from nesting after migration

From: Paolo Bonzini
Date: Sat Sep 12 2020 - 03:55:52 EST


On 27/08/20 18:27, Maxim Levitsky wrote:
> However in nested_svm_vmexit we were first were setting GIF to false,
> but then we overwrite this with value from the hsave area.

Do you mean we are overwriting the resulting intercepts with values from
the hsave area? If so, I can rewrite the commit message but the patch
is good!

Paolo