X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=041b75509547ee8531e1fbff975c31c8c6ff8035;hb=d5501026e216b95658768c80c7301b81826d5f3d;hp=ec4569e69ae5097eafca1d762f8bf25b415b7427;hpb=ee1279646a778613b23a42350b903ebb57c068f8;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index ec4569e..041b755 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -34,19 +34,12 @@ #include #include #include - +#include #ifdef CONFIG_TELEMETRY #include #endif -#ifdef CONFIG_SYMBIOTIC_SWAP -#include -#endif - - - - #ifdef CONFIG_SYMBIOTIC #include @@ -55,14 +48,9 @@ struct v3_sym_core_state; #include - struct v3_intr_state; -#ifdef CONFIG_SYMBIOTIC_SWAP -struct v3_sym_swap_state; -#endif - @@ -153,9 +141,6 @@ struct v3_vm_info { #ifdef CONFIG_SYMBIOTIC // Symbiotic state struct v3_sym_vm_state sym_vm_state; -#ifdef CONFIG_SYMBIOTIC_SWAP - struct v3_sym_swap_state swap_state; -#endif #endif