X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=f918da681e85844b85a80fd3919063447d3d8d28;hb=e718111ad89c9e81faa544f21c84bd1d73943485;hp=ec4569e69ae5097eafca1d762f8bf25b415b7427;hpb=ee1279646a778613b23a42350b903ebb57c068f8;p=palacios-OLD.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index ec4569e..f918da6 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -34,15 +34,12 @@ #include #include #include - +#include #ifdef CONFIG_TELEMETRY #include #endif -#ifdef CONFIG_SYMBIOTIC_SWAP -#include -#endif @@ -59,9 +56,6 @@ struct v3_sym_core_state; struct v3_intr_state; -#ifdef CONFIG_SYMBIOTIC_SWAP -struct v3_sym_swap_state; -#endif @@ -153,9 +147,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