X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=7b849d3cbf0f87f14932a24ab235e8cc9538e2f4;hb=0121a4503305424096e2b5c5bd3b6c3af2d813e5;hp=38e2a71c7a1f3052aaf8fba728d9890f9968b4f4;hpb=5bf6d0c260240e314876a2fca8e3fd56bd6a1029;p=palacios.git 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;