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.


Add comment
[palacios.git] / palacios / src / palacios / vmm_xed.c
2014-04-04 Kevin Pedretti Add comment
2014-04-04 Kevin Pedretti Fix xed build error
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
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-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-29 Kyle Hale Merge branch 'devel' of /home-remote/palacios/palacios...
2011-04-29 Kyle Hale additions for syscall hijacking
2011-04-26 Peter Dinda Removed extraneous debugging output
2011-04-12 Jack Lange clear instruction to 0 before decoding with xed
2011-04-12 Jack Lange used the proper api for operand access checks, and...
2011-04-12 Jack Lange added debugging for operand mode
2011-04-07 Jack Lange fixed missed debug macro
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-08 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-03-08 Jack Lange decoder updates
2011-03-07 Patrick G. Bridges Start at support for multiple VMs per core on VMX syste...
2011-03-04 Jack Lange initial checking of internal decoder
2011-03-02 Peter Dinda Corrected handling of decode of memory operands that...
2011-01-06 Jack Lange deinitialization of interrupt state
2010-11-26 Erik van der Kouwe disassemble the code around the RIP. It starts disassem...
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