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.


Merge branch 'Release-1.2' of ssh://palacios@newskysaw.cs.northwestern.edu//home...
[palacios.git] / palacios / include / palacios / vmm_instr_emulator.h
2009-07-14 Jack Lange fixed operand size issue in string emulation (16 bit...
2009-03-03 Jack Lange reformatting include files
2009-02-24 Jack Lange fixed emulation bugs
2009-02-23 Jack Lange added stos instruction to the emulator
2009-02-16 Jack Lange added movzx/movsx instructions to the emulator
2009-02-06 Jack Lange fixed data type for 64 bit instruction form
2009-02-06 Jack Lange added 64 bit emulated instruction forms
2009-02-06 Jack Lange cleaned up emulation interface
2009-02-06 Jack Lange changed instruction macros to write forms
2009-01-29 Jack Lange added profiling support
2009-01-27 Jack Lange fixed instruction emulation for 64 bit machines
2009-01-25 Jack Lange working instruction emulation