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.


code clean up
[palacios.git] / palacios / include / palacios / svm_halt.h
1 #ifndef __SVM_HALT_H
2 #define __SVM_HALT_H
3
4 #ifdef __V3VEE__
5
6 #include <palacios/vm_guest.h>
7 #include <palacios/vmcb.h>
8 #include <palacios/vmm.h>
9
10
11 int handle_svm_halt(struct guest_info * info);
12
13 #endif // ! __V3VEE__
14
15 #endif