From: Paolo Bonzini Date: Mon, 20 Jan 2025 12:03:06 +0000 (-0500) Subject: Merge branch 'kvm-userspace-hypercall' into HEAD X-Git-Tag: v6.14-rc1~94^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3eba032bb720931c6fe8ab3575d0c9bf05bcf8c5;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'kvm-userspace-hypercall' into HEAD Make the completion of hypercalls go through the complete_hypercall function pointer argument, no matter if the hypercall exits to userspace or not. Previously, the code assumed that KVM_HC_MAP_GPA_RANGE specifically went to userspace, and all the others did not; the new code need not special case KVM_HC_MAP_GPA_RANGE and in fact does not care at all whether there was an exit to userspace or not. --- 3eba032bb720931c6fe8ab3575d0c9bf05bcf8c5