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.


more decoder fixes to handle incorrect long mode register decoding
[palacios.git] / palacios / include / palacios / vmm_decoder.h
2011-09-09 Jack Lange more decoder fixes to handle incorrect long mode regist...
2011-08-26 Jack Lange packed structure fixes for gcc weirdness
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-06-02 Jack Lange decoder fixes
2011-04-29 Kyle Hale additions for syscall hijacking
2011-04-11 Jack Lange nother shot at movsx/movzx
2011-04-11 Jack Lange bug fixes
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-10 Jack Lange added initial 64 bit decoding support
2011-03-08 Jack Lange more decoder work
2011-03-08 Jack Lange decoder updates
2011-03-06 Jack Lange decoder updates
2011-03-04 Jack Lange initial checking of internal decoder
2011-01-06 Jack Lange deinitialization of interrupt state
2009-03-08 Jack Lange added correct gpr size mask for long compatibility...
2009-03-03 Jack Lange reformatting include files
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-03 Jack Lange revamped the INVLPG handler
2009-01-29 Jack Lange added profiling support
2009-01-25 Jack Lange working instruction emulation
2008-10-28 Jack Lange added more 64 bit support,
2008-10-27 Jack Lange added MSR hook framework
2008-10-26 Jack Lange fixed format string issues due to printf attribute...
2008-10-16 Jack Lange more namespace changes
2008-10-07 Jack Lange updated to 64 bits based on the wrong f#@$%ing trunk
2008-10-03 Jack Lange added new copyright and license
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-25 Jack Lange added copyright tags
2008-08-02 Jack Lange started the emulation framework
2008-07-31 Jack Lange added hash table
2008-07-25 Jack Lange added decoder support for cr0 write handler
2008-07-24 Jack Lange modified x86_instr format
2008-07-23 Jack Lange integrated decoder
2008-07-23 Jack Lange moved xed around to setup the decoder interface
2008-07-21 Jack Lange added new debugging directives
2008-07-21 Lei Xia Incorporated XED inclusion code. puppy-and-xed
2008-07-14 Jack Lange ugg
2008-07-07 Peter Dinda svm_io.c now correctly handles segment prefix overrides...
2008-06-30 Jack Lange large change to break apart the guest operation mode...
2008-06-23 Jack Lange added new fields to interface
2008-06-23 Peter Dinda Fixed the FS/GS save/restore problem
2008-06-20 Jack Lange added decoder