X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fsvm.h;h=ed227fa298ed0aa21365f62da433f9671a6bbd98;hp=665b1c28db65e3512f8de22ee1883baac08319fb;hb=6ee36e0a7e4585bd0e4235eeb60644fffe230af3;hpb=c33edc166097522d640b65af5376ca940ac13838 diff --git a/palacios/include/palacios/svm.h b/palacios/include/palacios/svm.h index 665b1c2..ed227fa 100644 --- a/palacios/include/palacios/svm.h +++ b/palacios/include/palacios/svm.h @@ -90,7 +90,8 @@ int v3_svm_enter(struct guest_info * info); int v3_start_svm_guest(struct guest_info *info); int v3_reset_svm_vm_core(struct guest_info * core, addr_t rip); - +int v3_svm_load_core(struct guest_info * core, void * ctx); +int v3_svm_save_core(struct guest_info * core, void * ctx); #endif