commit | 06e155c44aa0e7921aa44d3c67f8ea464b16cb75 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <seanjc@google.com> | Thu Oct 13 21:12:32 2022 +0000 |
committer | David Woodhouse <dwmw@amazon.co.uk> | Wed Nov 30 19:25:24 2022 +0000 |
tree | dd1ffca57936fce3629522cf5d39948b8e71a583 | |
parent | 58f5ee5fedd981e05cb086cba4e8f923c3727a04 [diff] |
KVM: Skip unnecessary "unmap" if gpc is already valid during refresh When refreshing a gfn=>pfn cache, skip straight to unlocking if the cache already valid instead of stuffing the "old" variables to turn the unmapping outro into a nop. Signed-off-by: Sean Christopherson <seanjc@google.com> Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>