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.


Previous software interrupt support was added to Xed, but I wasn't using the kernel
[palacios.git] / palacios / src / palacios / vmm_v3dec.c
2011-10-26 Kyle Hale Previous software interrupt support was added to Xed...
2011-09-09 Jack Lange more decoder fixes for 'rep movsb' and 'rep stosb'
2011-09-09 Jack Lange decoder fixes
2011-06-20 Kyle Hale Software interrupt decoder support
2011-06-18 Jack Lange reverted syscall changes
2011-06-17 Kyle Hale minor changes to organization
2011-05-04 Jack Lange added SMSW/LMSW support to internal decoder
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-29 Kyle Hale additions for syscall hijacking
2011-04-26 Jack Lange quited debugging output
2011-04-11 Jack Lange nother shot at movsx/movzx
2011-04-11 Jack Lange bug fixes
2011-04-11 Jack Lange added movsx/movzx decoding to internal decoder
2011-04-11 Jack Lange fix misplaced bracket
2011-04-07 Jack Lange added debug configuration option for decoding framework
2011-04-06 Jack Lange cleaned up the emulation code to be more general
2011-03-15 Jack Lange added 64 bit operand support
2011-03-15 Jack Lange added checks for 64 bit operand decoding
2011-03-12 Jack Lange format fix
2011-03-10 Jack Lange added initial 64 bit decoding support
2011-03-09 Jack Lange internal decoders works enough to boot a 32 bit linux...
2011-03-08 Jack Lange more decoder work
2011-03-08 Jack Lange added null library files to fix linking
2011-03-08 Jack Lange added segment offsets to memory operand calculations
2011-03-08 Jack Lange decoder updates
2011-03-06 Jack Lange decoder updates
2011-03-04 Jack Lange initial checking of internal decoder