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.


major VMX update
[palacios.git] / palacios / src / palacios / vm_guest.c
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