Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fb41ba8 authored by Marcelo Tosatti's avatar Marcelo Tosatti Committed by Avi Kivity
Browse files

KVM: VMX: fix handle_pause declaration



There's no kvm_run argument anymore.

Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent 6b7d7e76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3387,7 +3387,7 @@ static int handle_invalid_guest_state(struct kvm_vcpu *vcpu)
 * Indicate a busy-waiting vcpu in spinlock. We do not enable the PAUSE
 * exiting, so only get here on cpu with PAUSE-Loop-Exiting.
 */
static int handle_pause(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
static int handle_pause(struct kvm_vcpu *vcpu)
{
	skip_emulated_instruction(vcpu);
	kvm_vcpu_on_spin(vcpu);