X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=337226f2be0661564b94e56b42424ba0c0f4ceb9;hb=a7b07dc7f3bd9c28b0fbfb3c685a306326d56e76;hp=8d3d2624aca58bb3957ab3d6e0264ad0f23c94eb;hpb=fcc9962fe5d3b877f8f25de8745d0d4d1eaf394e;p=palacios-OLD.git diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index 8d3d262..337226f 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -182,7 +182,7 @@ struct guest_info; }) -#ifdef CONFIG_MULTITHREAD_OS +#ifdef V3_CONFIG_MULTITHREAD_OS #define V3_CREATE_THREAD(fn, arg, name) \ do { \ @@ -252,7 +252,7 @@ void v3_yield_cond(struct guest_info * info); void v3_print_cond(const char * fmt, ...); -#ifdef CONFIG_MULTITHREAD_OS +#ifdef V3_CONFIG_MULTITHREAD_OS void v3_interrupt_cpu(struct v3_vm_info * vm, int logical_cpu, int vector); #endif @@ -261,6 +261,7 @@ v3_cpu_arch_t v3_get_cpu_type(int cpu_id); int v3_vm_enter(struct guest_info * info); +int v3_reset_vm_core(struct guest_info * core, addr_t rip); #endif /*!__V3VEE__ */