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 more 64 bit support,
[palacios.git] / palacios / include / palacios / vm_guest.h
index ea2252d..10a95aa 100644 (file)
@@ -35,7 +35,6 @@
 
 
 
-
 struct v3_gprs {
   v3_reg_t rdi;
   v3_reg_t rsi;
@@ -148,6 +147,9 @@ struct guest_info {
   v3_vm_operating_mode_t run_state;
   void * vmm_data;
 
+
+  struct v3_msr guest_efer;
+
   /* TEMP */
   //ullong_t exit_tsc;