X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm.c;h=0e1b90551929825ed2778ad7b95f8383db44c17f;hb=9c9370627c5a95e3abaa1b4a6b78f6f5846f53cc;hp=3bd27a8a02394a21d68044888eb912969272c81b;hpb=b3662a67b9b28e2b0724ebb2ea10edccba5d2a5b;p=palacios-OLD.git diff --git a/palacios/src/palacios/vmm.c b/palacios/src/palacios/vmm.c index 3bd27a8..0e1b905 100644 --- a/palacios/src/palacios/vmm.c +++ b/palacios/src/palacios/vmm.c @@ -63,7 +63,7 @@ static void init_cpu(void * arg) { } else #endif { - PrintError("CPU has no virtualizationExtensions\n"); + PrintError("CPU has no virtualization Extensions\n"); } } @@ -118,6 +118,12 @@ void Init_V3(struct v3_os_hooks * hooks, int num_cpus) { } +void Deinit_V3() { + + +} + + v3_cpu_arch_t v3_get_cpu_type(int cpu_id) { return v3_cpu_types[cpu_id]; } @@ -310,6 +316,8 @@ int v3_free_vm(struct v3_vm_info * vm) { // free vm v3_free_vm_internal(vm); + v3_free_config(vm); + V3_Free(vm); return 0;