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 new fields to interface
[palacios.git] / palacios / src / palacios / vmm_decoder.c
index a414691..77ece9b 100644 (file)
@@ -6,6 +6,9 @@
 int v3_parse_instr(struct guest_info * info,
                   char * instr_ptr,
                   uint_t * instr_length, 
+                  addr_t * opcode,
+                  uint_t * opcode_length,
+                  struct x86_prefix_list * prefixes,
                   struct x86_operand * src_operand,
                   struct x86_operand * dst_operand,
                   struct x86_operand * extra_operand) {