Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added option for secure symbiotic modules to symspy
Jack Lange [Fri, 24 Sep 2010 22:10:21 +0000 (17:10 -0500)]
palacios/include/palacios/vmm_symspy.h

index b2def67..50209ac 100644 (file)
@@ -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));