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.


88b24f43cc887148ce6ca1b5622663856e4c4967
[palacios.git] / palacios / include / palacios / vmx_ctrl_regs.h
1
2 #include <palacios/vm_guest.h>
3 #include <palacios/vmm_ctrl_regs.h>
4
5 int v3_vmx_handle_cr0_access(struct guest_info * info);
6 int v3_vmx_handle_cr3_access(struct guest_info * info);
7