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.


VMX is working for a 32-bit Linux kernel. It should also work for a 64-bit kernel...
[palacios.git] / palacios / include / palacios / vmm_halt.h
similarity index 86%
rename from palacios/include/palacios/svm_halt.h
rename to palacios/include/palacios/vmm_halt.h
index 1a29fc2..c0e9169 100644 (file)
  * All rights reserved.
  *
  * Author: Peter Dinda <pdinda@northwestern.edu>
+ * Author: Andy Gocke <agocke@gmail.com>
  *
  * This is free software.  You are permitted to use,
  * redistribute, and modify it as specified in the file "V3VEE_LICENSE".
  */
 
-#ifndef __SVM_HALT_H
-#define __SVM_HALT_H
+#ifndef __VMM_HALT_H
+#define __VMM_HALT_H
 
 #ifdef __V3VEE__
 
 #include <palacios/vm_guest.h>
-#include <palacios/vmcb.h>
 #include <palacios/vmm.h>
 
 
-int v3_handle_svm_halt(struct guest_info * info);
+int v3_handle_halt(struct guest_info * info);
 
 #endif // ! __V3VEE__