X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvm_guest.c;h=b8cc5498fac65a314d076251a7d39661c08bef19;hb=374b2d6d22a0e0dc6ed8d3d628e635ab935072e0;hp=92f49b6f2683f38d37913efb6db3c79559f86e7a;hpb=5dcbfcf0f90e52bd1b20551aec1e7f9252025e3d;p=palacios.git diff --git a/palacios/src/palacios/vm_guest.c b/palacios/src/palacios/vm_guest.c index 92f49b6..b8cc549 100644 --- a/palacios/src/palacios/vm_guest.c +++ b/palacios/src/palacios/vm_guest.c @@ -530,6 +530,10 @@ 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); #endif @@ -657,6 +661,10 @@ 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 */