From: Jack Lange Date: Fri, 24 Sep 2010 22:10:21 +0000 (-0500) Subject: added option for secure symbiotic modules to symspy X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6f006fca8889a4ea84b4afe46228cc00bcdbea2;p=palacios.git added option for secure symbiotic modules to symspy --- diff --git a/palacios/include/palacios/vmm_symspy.h b/palacios/include/palacios/vmm_symspy.h index b2def67..50209ac 100644 --- a/palacios/include/palacios/vmm_symspy.h +++ b/palacios/include/palacios/vmm_symspy.h @@ -34,6 +34,7 @@ struct v3_symspy_global_page { struct { uint8_t pci_map_valid : 1; uint8_t symmod_enabled : 1; + uint8_t sec_symmod_enabled : 1; } __attribute__((packed)); } __attribute__((packed));