X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=7b849d3cbf0f87f14932a24ab235e8cc9538e2f4;hp=38e2a71c7a1f3052aaf8fba728d9890f9968b4f4;hb=cfcc5717f659b3ed2954f41cf363d3bceae8dc84;hpb=5f0b4f8c5f9f53cea37dde072b37d09ba316487d diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 38e2a71..7b849d3 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -178,6 +178,10 @@ struct guest_info { #ifdef CONFIG_SYMBIOTIC // Symbiotic state struct v3_sym_state sym_state; + +#ifdef CONFIG_SYMBIOTIC_SWAP + struct v3_sym_swap_state swap_state; +#endif #endif v3_hypercall_map_t hcall_map; @@ -211,9 +215,7 @@ struct guest_info { #endif -#ifdef CONFIG_SYMBIOTIC_SWAP - struct v3_sym_swap_state swap_state; -#endif + void * decoder_state;