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.


fixed configuration macro checks and a few configuration bugs
[palacios.git] / palacios / src / palacios / vmm_xed.c
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-07-15 Jack Lange change cpu mode detection to dynamic lookup
2009-07-13 Jack Lange fix for REAL mode segments in memory operand decoder
2009-04-23 Jack Lange renamed guest cpu/mem mode functions
2009-03-25 Jack Lange fixes to the emulator to handle nested paging
2009-03-10 Jack Lange format fix
2009-03-09 Jack Lange 3 operand instructions no longer error out if the 3rd...
2009-03-09 Jack Lange build fix
2009-03-09 Jack Lange removed operand number check
2009-03-09 Jack Lange more debugging output...
2009-03-09 Jack Lange added debugging output
2009-03-09 Jack Lange added new iform MOV with an OrAX operand...
2009-03-03 Jack Lange reformatting of the source files
2009-02-25 Jack Lange fixed operand ordering and memory operand masking
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-09 Jack Lange added memory read instruction forms
2009-02-07 Jack Lange bug fixes for:
2009-02-06 Jack Lange minor fixes
2009-02-05 Jack Lange 64 bit guests initially supported
2009-02-03 Jack Lange revamped the INVLPG handler
2009-01-27 Jack Lange fixed instruction emulation for 64 bit machines
2009-01-25 Jack Lange working instruction emulation
2008-10-30 Jack Lange fixed xed to handle SMSW instructions
2008-10-28 Jack Lange added more 64 bit support,
2008-10-16 Jack Lange more namespace changes
2008-10-15 Jack Lange tried to reduce compiler warnings, and cut down on...
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-28 Jack Lange added new control register handlers
2008-07-25 Jack Lange added decoder support for cr0 write handler
2008-07-24 Jack Lange moving along...
2008-07-24 Jack Lange added support for register instrs
2008-07-23 Jack Lange added more decoder support
2008-07-23 Jack Lange integrated decoder
2008-07-23 Jack Lange added decoder support to makefile
2008-07-23 Jack Lange moved xed around to setup the decoder interface