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.


added decoder support to makefile
[palacios.git] / palacios / src / palacios / vmm_xed.c
index 8dce816..9a05797 100644 (file)
@@ -1,8 +1,10 @@
+#include <palacios/vmm_decoder.h>
 #include <palacios/vmm_xed.h>
 #include <xed/xed-interface.h>
 
 
 
+
 int v3_decode(struct guest_info * info, addr_t instr_ptr, struct x86_instr * instr) {
 
     xed_state_t dstate;