X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvm_guest.c;h=4ab0134f58ca1b6ff599b0ce9013af186dcc1406;hb=259a6afe752758f5ef79b19d12b599a6419cecc9;hp=b8cc5498fac65a314d076251a7d39661c08bef19;hpb=374b2d6d22a0e0dc6ed8d3d628e635ab935072e0;p=palacios.git diff --git a/palacios/src/palacios/vm_guest.c b/palacios/src/palacios/vm_guest.c index b8cc549..4ab0134 100644 --- a/palacios/src/palacios/vm_guest.c +++ b/palacios/src/palacios/vm_guest.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include @@ -526,13 +525,7 @@ static int info_hcall(struct guest_info * core, uint_t hcall_id, void * priv_dat int v3_init_vm(struct v3_vm_info * vm) { v3_cpu_arch_t cpu_type = v3_get_cpu_type(V3_Get_CPU()); - if (v3_get_foreground_vm() == NULL) { - v3_set_foreground_vm(vm); - } -#ifdef CONFIG_INSPECTOR - v3_init_inspector(vm); -#endif #ifdef CONFIG_TELEMETRY v3_init_telemetry(vm); @@ -661,9 +654,7 @@ int v3_init_core(struct guest_info * core) { v3_cpu_arch_t cpu_type = v3_get_cpu_type(V3_Get_CPU()); struct v3_vm_info * vm = core->vm_info; -#ifdef CONFIG_INSPECTOR - v3_init_inspector_core(core); -#endif + /* * Initialize the subsystem data strutures