X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fiface-host-hypercall.c;h=4ed2f63d32140f16828e6edcb5766381d7bf75ea;hb=5257fd647c7873d682ccaece28b64fc0fb26d28a;hp=8ce514c8cbfdb2e8e40bf36a9a4811048b2f80f9;hpb=5c2a2684778fa080c41a0f04518721ebe476efb1;p=palacios.git diff --git a/linux_module/iface-host-hypercall.c b/linux_module/iface-host-hypercall.c index 8ce514c..4ed2f63 100644 --- a/linux_module/iface-host-hypercall.c +++ b/linux_module/iface-host-hypercall.c @@ -134,6 +134,8 @@ static int guest_init_host_hypercall (struct v3_guest * guest, void ** vm_data) static int guest_deinit_host_hypercall (struct v3_guest * guest, void * vm_data) { + remove_guest_ctrl(guest, V3_VM_HYPERCALL_ADD); + remove_guest_ctrl(guest, V3_VM_HYPERCALL_REMOVE); return 0; }