X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvm_guest.c;h=9c37d7b14834f1f168a8b3c968d0204398930286;hb=b283373f3067fe329fb6c526f62d72cec27f4149;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..9c37d7b 100644 --- a/palacios/src/palacios/vm_guest.c +++ b/palacios/src/palacios/vm_guest.c @@ -530,9 +530,7 @@ int v3_init_vm(struct v3_vm_info * vm) { v3_set_foreground_vm(vm); } -#ifdef CONFIG_INSPECTOR - v3_init_inspector(vm); -#endif + #ifdef CONFIG_TELEMETRY v3_init_telemetry(vm); @@ -661,9 +659,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