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 init checks to allow graceful fail out when VM cannot be created
[palacios.git] / palacios / src / palacios / vmm_mem_hook.c
2015-09-08 Peter Dinda More init checks to allow graceful fail out when VM...
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (Remove 32 Bit...
2013-08-18 Peter Dinda Constraints in page allocation, and code changes to...
2013-02-06 Kyle Hale bugfix: memory region is now removed from hook table...
2013-01-01 Peter Dinda Additional error checking / output for failing memory...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-07-13 Peter Dinda Added ability to hook memory by access (no instruction...
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-02-08 Jack Lange bug fixes for quix86
2011-08-16 Jack Lange added memory unhooking error checking to fix CGA deinit...
2011-06-12 Jack Lange 32 bit fixew
2011-05-04 Jack Lange separated virtual cores from physical cores
2011-04-11 Peter Dinda Bug fixes to memory hooks
2011-04-06 Jack Lange cleaned up the emulation code to be more general
2011-03-29 Peter Dinda Added global function for searching for memory hooks
2011-01-12 Jack Lange uninitializing of memory hooks and host events
2010-11-05 Jack Lange fixed write hook tmp page for ANY_CORE hooked pages
2010-07-30 Peter Dinda Semi-functional SMP (boots Kitten guest with two cores)
2010-05-18 Jack Lange memory lookup refactorization
2010-05-18 Jack Lange refactored memory map
2010-05-18 Jack Lange moved memory hooks out of core memory map implementation,