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.


Clean the typos
[palacios.git] / palacios / include / palacios / vmm_time.h
index 25ed924..120838d 100644 (file)
@@ -31,10 +31,10 @@ struct vm_time {
     uint32_t cpu_freq; // in kHZ
 
     // Total number of guest run time cycles
-    uint64_t_t guest_tsc;
+    uint64_t guest_tsc;
 
     // Cache value to help calculate the guest_tsc
-    uint64_t_t cached_host_tsc;
+    uint64_t cached_host_tsc;
 
     // The number of cycles pending for notification to the timers
     //ullong_t pending_cycles;