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

Commit e423ca15 authored by Raghavendra K T's avatar Raghavendra K T Committed by Marcelo Tosatti
Browse files

KVM: Correct vmrun to vmcall typo

parent fc161239
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ static inline bool kvm_check_and_clear_guest_paused(void)
 */
#define KVM_HYPERCALL ".byte 0x0f,0x01,0xc1"

/* For KVM hypercalls, a three-byte sequence of either the vmrun or the vmmrun
/* For KVM hypercalls, a three-byte sequence of either the vmcall or the vmmcall
 * instruction.  The hypervisor may replace it with something else but only the
 * instructions are guaranteed to be supported.
 *