We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dfa42 commit 719e07fCopy full SHA for 719e07f
hypervisor/arch/x86/guest/vcpu.c
@@ -83,7 +83,7 @@ int create_vcpu(int cpu_id, struct vm *vm, struct vcpu **rtn_vcpu_handle)
83
if (is_vcpu_bsp(vcpu) && is_vm0(vcpu->vm)) {
84
/* Set up temporary guest page tables */
85
vm->arch_vm.guest_init_pml4 = create_guest_initial_paging(vm);
86
- pr_info("VM *d VCPU %d CR3: 0x%016llx ",
+ pr_info("VM %d VCPU %d CR3: 0x%016llx ",
87
vm->attr.id, vcpu->vcpu_id,
88
vm->arch_vm.guest_init_pml4);
89
}
0 commit comments