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.


APIC and CR8 changes for vector priorization vs TPR
[palacios.git] / palacios / include / interfaces / vmm_host_hypercall.h
index 611e700..5fd2525 100644 (file)
@@ -74,7 +74,7 @@ struct guest_accessors {
   GET_SET_REG_DECL(cr2)
   GET_SET_REG_DECL(cr3)
   GET_SET_REG_DECL(cr4)
-  GET_SET_REG_DECL(cr8)
+  GET_SET_REG_DECL(apic_tpr)
   GET_SET_REG_DECL(efer)
 
   int (*gva_to_hva)(palacios_core_t core, uint64_t gva, uint64_t *hva);