From: Peter Dinda Date: Wed, 25 Mar 2015 21:24:24 +0000 (-0500) Subject: Typo fix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=cfc3d544077dfbcc8b407fef7b76fa4c4b30f300 Typo fix --- diff --git a/palacios/src/palacios/vmx.c b/palacios/src/palacios/vmx.c index f0823b4..daf8eee 100644 --- a/palacios/src/palacios/vmx.c +++ b/palacios/src/palacios/vmx.c @@ -1198,9 +1198,9 @@ int v3_start_vmx_guest(struct guest_info * info) { PrintDebug(info->vm_info, info, "Starting VMX core %u\n", info->vcpu_id); -#if V3_CONFIG_HVM - if (v3_setup_hvm_vm_for_boot(vm)) { - PrintError(vm, VCORE_NONE, "HVM setup for boot failed\n"); +#ifdef V3_CONFIG_HVM + if (v3_setup_hvm_hrt_core_for_boot(info)) { + PrintError(info->vm_info, info, "Failed to setup HRT core...\n"); return -1; } #endif