summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/kvm/amd-memory-encryption.rst
diff options
context:
space:
mode:
authorLan Tianyu <Tianyu.Lan@microsoft.com>2019-01-04 15:20:44 +0800
committerRadim Krčmář <rkrcmar@redhat.com>2019-01-11 18:38:07 +0100
commitb7c1c226f9403c52bf58b0bceef24501429c7351 (patch)
tree74031c2b9bde92b36b3ed6922c0226ece43837b8 /Documentation/virtual/kvm/amd-memory-encryption.rst
parent3f14a89d1132dcae3c8ce6721c6ef51f6e6d9b5f (diff)
downloadlinux-b7c1c226f9403c52bf58b0bceef24501429c7351.tar.gz
linux-b7c1c226f9403c52bf58b0bceef24501429c7351.tar.bz2
linux-b7c1c226f9403c52bf58b0bceef24501429c7351.zip
KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flush_tlb_with_range()
The "ret" is initialized to be ENOTSUPP. The return value of __hv_remote_flush_tlb_with_range() will be Or with "ret" when ept table potiners are mismatched. This will cause return ENOTSUPP even if flush tlb successfully. This patch is to fix the issue and set "ret" to 0. Fixes: a5c214dad198 ("KVM/VMX: Change hv flush logic when ept tables are mismatched.") Signed-off-by: Lan Tianyu <Tianyu.Lan@microsoft.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'Documentation/virtual/kvm/amd-memory-encryption.rst')
0 files changed, 0 insertions, 0 deletions