X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_direct_paging.h;h=3a81f2c440a83d8ea19518458b2dee835872973c;hb=2f8874213ef55452fd063eec4a87536454a2c40f;hp=ee418163a3cea806793176d06f5c2939b1c559ef;hpb=626494b00fd477070f7eb43693eb16c4dc45f66b;p=palacios.git diff --git a/palacios/include/palacios/vmm_direct_paging.h b/palacios/include/palacios/vmm_direct_paging.h index ee41816..3a81f2c 100644 --- a/palacios/include/palacios/vmm_direct_paging.h +++ b/palacios/include/palacios/vmm_direct_paging.h @@ -37,6 +37,7 @@ struct v3_passthrough_impl_state { // currently there is only a single implementation // that internally includes SVM and VMX support // The externally visible state is just the callbacks + v3_rw_lock_t event_callback_lock; struct list_head event_callback_list; }; @@ -106,6 +107,7 @@ struct v3_nested_impl_state { // currently there is only a single implementation // that internally includes SVM and VMX support // The externally visible state is just the callbacks + v3_rw_lock_t event_callback_lock; struct list_head event_callback_list; };