X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fvm.h;fp=linux_module%2Fvm.h;h=53af2afd5a699503862d85bec2549bd6974bf3da;hb=81361b1fc66eb2ca2e1eb80d3c3b98c6accde9d0;hp=f8df6c706191e118112c4b7f7ff6d469496f88e8;hpb=1943835daca938e18862fd97fe80ad1a062a617c;p=palacios.git diff --git a/linux_module/vm.h b/linux_module/vm.h index f8df6c7..53af2af 100644 --- a/linux_module/vm.h +++ b/linux_module/vm.h @@ -8,8 +8,8 @@ #include "palacios.h" -int start_palacios_vm(struct v3_guest * guest); -int stop_palacios_vm(struct v3_guest * guest); +int create_palacios_vm(struct v3_guest * guest); +int free_palacios_vm(struct v3_guest * guest); int add_guest_ctrl(struct v3_guest * guest, unsigned int cmd,