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 movzx/movsx instructions to the emulator
authorJack Lange <jarusl@cs.northwestern.edu>
Mon, 16 Feb 2009 21:35:12 +0000 (15:35 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 16 Feb 2009 21:35:12 +0000 (15:35 -0600)
commit7569a7e7b33dc1c26b68d66e4bcd3aebf3beaf7f
tree68af1146212ef418eb628beafe8b1ab70e23b713
parent22e5122c2abd2e2b0a9ce5c5448fc36d294cfcca
added movzx/movsx instructions to the emulator
palacios/include/palacios/vmm_decoder.h
palacios/include/palacios/vmm_instr_emulator.h
palacios/src/palacios/vmm_emulator.c
palacios/src/palacios/vmm_xed.c