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.


Context-based output infrastructure (V3_Print, etc) and modifications to use it
[palacios.git] / palacios / src / palacios / vmm_emulator.c
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-26 Peter Dinda Removed extraneous PrintError and replaced with PrintDebug
2011-04-11 Jack Lange added print message for STOS debugging
2011-04-06 Jack Lange cleaned up the emulation code to be more general
2011-03-29 Peter Dinda Further enhancement of string op emulation for full...
2011-03-25 Peter Dinda Support for full memory hooks with string instructions
2010-11-05 Jack Lange wrapped decoder address check in shadow paging check
2010-05-18 Jack Lange memory lookup refactorization
2010-01-15 Jack Lange added per core structure to MSR/MEM hooks
2009-08-17 Steven Jaconette Virtual Console
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-07-16 Jack Lange fixed iteration count for string operations
2009-07-14 Jack Lange fixed string rcx size error
2009-06-26 Jack Lange notification test
2009-03-25 Jack Lange fixes to the emulator to handle nested paging
2009-03-03 Jack Lange reformatting of the source files
2009-02-25 Jack Lange added xchg support to emulator
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-10 Jack Lange timer fixes
2009-02-07 Jack Lange error string fix
2009-02-07 Jack Lange bug fixes for:
2009-02-06 Jack Lange added 64 bit emulated instruction forms
2009-02-06 Jack Lange cleaned up emulation interface
2009-01-25 Jack Lange working instruction emulation
2008-10-30 Jack Lange cleaned up the PAGE table access macros to be general...
2008-10-26 Jack Lange fixed format string issues due to printf attribute...
2008-10-21 Jack Lange updated to use pa_to_va address conversion
2008-10-16 Jack Lange more namespace changes
2008-10-15 Jack Lange tried to reduce compiler warnings, and cut down on...
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-07 Peter Dinda Added support for wbinvd instruction exit (which window...
2008-08-04 Jack Lange changed the emulator to use single step break points...
2008-08-03 Jack Lange added emulator