X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmx.c;h=e2e6d4bd0898b28d13c9e24c7fe9c2898a07c156;hb=3a64514e2fbdb79da57b289fc94b336b78046ba2;hp=20c0c5f9ac3e56f6abe648cde0047f5c677ed3e6;hpb=93a8c8c46dc39c3994a8eec0076c28eb14a77da1;p=palacios.git diff --git a/palacios/src/palacios/vmx.c b/palacios/src/palacios/vmx.c index 20c0c5f..e2e6d4b 100644 --- a/palacios/src/palacios/vmx.c +++ b/palacios/src/palacios/vmx.c @@ -549,7 +549,7 @@ int v3_deinit_vmx_vmcs(struct guest_info * core) { struct vmx_data * vmx_state = core->vmm_data; V3_FreePages((void *)(vmx_state->vmcs_ptr_phys), 1); - V3_FreePages(vmx_state->msr_area, 1); + V3_FreePages(V3_PAddr(vmx_state->msr_area), 1); V3_Free(vmx_state);