mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 21:19:35 +00:00
hv: fixup format of log message in vm_load.c
Tracked-On: #1137 Signed-off-by: Cai Yulong <yulongc@hwtc.com.cn>
This commit is contained in:
parent
96809c4a44
commit
a4cb3913b3
@ -151,7 +151,7 @@ int general_sw_loader(struct vm *vm, struct vcpu *vcpu)
|
||||
if (is_vcpu_bsp(vcpu)) {
|
||||
/* Set VCPU entry point to kernel entry */
|
||||
vcpu->entry_addr = sw_kernel->kernel_entry_addr;
|
||||
pr_info("%s, VM *d VCPU %hu Entry: 0x%016llx ",
|
||||
pr_info("%s, VM %hu VCPU %hu Entry: 0x%016llx ",
|
||||
__func__, vm->vm_id, vcpu->vcpu_id, vcpu->entry_addr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user