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_emulator.c
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