We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d0630 commit 0e47f4eCopy full SHA for 0e47f4e
1 file changed
arch/x86/kvm/hyperv.c
@@ -288,6 +288,7 @@ static int patch_hypercall_page(struct kvm_vcpu *vcpu, u64 data)
288
289
/* VTL call/return entries */
290
if (!kvm_xen_hypercall_enabled(kvm) && kvm_hv_vsm_enabled(kvm)) {
291
+ i = 22;
292
#ifdef CONFIG_X86_64
293
if (is_64_bit_mode(vcpu)) {
294
/*
0 commit comments