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.


Basic HRT startup for HVM, plus assorted cleanup
[palacios.git] / palacios / src / palacios / vm_guest.c
2015-03-25 Peter Dinda Basic HRT startup for HVM, plus assorted cleanup
2015-03-23 Peter Dinda Add HVM configuration capability, init/deinit, etc
2014-06-27 Peter Dinda Add memory tracking functionality to Palacios
2014-06-22 Daniel Zuo, Nikhat... Add swapping and pinning capability to Palacios
2014-06-09 Peter Dinda Refactoring and additions to direct paging (nested...
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (Core)
2013-09-20 Peter Dinda Assorted cleanup
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-07-27 Jack Lange enabled VMX exit hooks
2012-07-27 Jack Lange added event hooking framework
2012-07-27 Jack Lange initial implementation of hookable exits
2012-07-20 Kyle Hale add cleanup for Palacios extensions, add per-core data...
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-02-08 Jack Lange bug fixes for VMX
2012-02-08 Jack Lange added a global machine type to determine machine archit...
2011-10-03 Jack Lange checkpoint changes to get "reset to BIOS" working.
2011-07-30 Jack Lange added barrier synchronization and integrated it with...
2011-06-18 Jack Lange reverted syscall changes
2011-06-17 Kyle Hale Commented test code for exec hooking, etc
2011-06-17 Kyle Hale minor changes to organization
2011-05-31 Kyle Hale Added ability to hook execution of arbitrary binary...
2011-05-18 Kyle Hale added ability to inject an env variable into guest...
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-29 Jack Lange added support for Intel EPT with(?) and without unrestr...
2011-04-20 Jack Lange removed muxer
2011-04-19 Jack Lange added extension framework with initial inspector extension
2011-04-08 Jack Lange added inspection framework
2011-03-25 Peter Dinda Basic support for printing real mode stacks
2011-03-08 Jack Lange more decoder work
2011-03-03 Jack Lange added extension framework
2011-01-27 Jack Lange build fixes and cleanup code to handle VMM shutdown
2011-01-22 Erik van der Kouwe is patch adds a function v3_print_guest_state_all that...
2011-01-13 Jack Lange fixed bug where deleting the memory map caused addition...
2011-01-13 Jack Lange almost all deinitialization has been added
2011-01-12 Jack Lange free up telemetry state and free backend state for...
2011-01-12 Jack Lange free configuration data during deinitialization
2011-01-12 Jack Lange delete leftover resource hooks and various resource...
2011-01-12 Jack Lange stupid typo fix
2011-01-12 Jack Lange uninitializing of memory hooks and host events
2011-01-12 Jack Lange restructured device manager deinitialization
2011-01-12 Jack Lange deallocate arch specific IO/MSR hook state
2011-01-12 Jack Lange VMCB address space fix for free
2011-01-11 Jack Lange freeing of virtual paging state during guest deinitiali...
2011-01-06 Jack Lange fixed bug in time initialization, and added deinitializ...
2011-01-06 Jack Lange deinitialization of interrupt state
2011-01-06 Jack Lange added vmcs/vmcb freeing
2010-11-26 Erik van der Kouwe disassemble the code around the RIP. It starts disassem...
2010-11-10 Patrick G. Bridges Minor debugging print changes/fixups
2010-11-07 Jack Lange added configurable host OS thread support
2010-10-27 Jack Lange minor clean up fixes and debugging
2010-10-19 Patrick G. Bridges More updates getting basic version of time handling...
2010-09-20 Patrick G. Bridges Implemented (but not yet tested) time interface changes...
2010-05-18 Jack Lange memory lookup refactorization
2010-05-18 Jack Lange moved memory hooks out of core memory map implementation,
2010-05-15 Jack Lange moved shadow paging implementations over to new memory...
2010-04-02 Jack Lange Added guest multiplexing support
2010-02-06 Jack Lange reorganized swapbypass to isolate it to a special shado...
2010-02-06 Jack Lange reorganization of the symbiotic infrastructure
2010-02-04 Jack Lange New Shadow paging implementation to allow pluggable...
2010-02-04 Jack Lange minor symbiotic interface fixes
2010-02-03 Jack Lange Moved guest initialization to vm_guest.c, added guest_i...
2010-01-30 Jack Lange added back in 32 bit support
2009-12-03 Jack Lange major VMX update
2009-10-30 Jack Lange symbiotic fixups
2009-10-06 Jack Lange changed the symbiotic calling interface to a synchronou...
2009-10-02 Jack Lange added symbiotic interface
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
2009-06-26 Jack Lange more cleanup
2009-06-03 Jack Lange hook F10 to state dumping
2009-04-26 Jack Lange moved guest_efer from top level guest_info to the shado...
2009-04-23 Jack Lange linker fix
2009-04-23 Jack Lange typedef name changes
2009-03-25 Jack Lange fixes to the emulator to handle nested paging
2009-03-25 Jack Lange fixed bug in detecting guest cpu mode for nested paging
2009-03-03 Jack Lange reformatting of the source files
2009-02-25 Jack Lange added address width calculations
2009-02-05 Jack Lange 64 bit guests initially supported
2008-10-30 Jack Lange unified and simplified the control register handlers...
2008-10-27 Jack Lange more 64 bit guest support
2008-10-27 Jack Lange added MSR hook framework
2008-10-25 Jack Lange added 32 bit support for geekos
2008-10-22 Jack Lange added 64 bit paging for paged real mode
2008-10-22 Jack Lange fixed all the printf style warnings/errors
2008-10-16 Jack Lange large scale namespace changes
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-07-25 Jack Lange added decoder support for cr0 write handler
2008-07-16 Jack Lange some nested paging fixes
2008-07-15 Peter Dinda Added support for SMI interrupt reaches-user-mode-on-qemu-and-both-amd-boxes-nested-paging-faults
2008-07-14 Jack Lange *** empty log message ***
2008-04-05 Jack Lange code restructuring