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.


added copyright tags
[palacios.git] / palacios / include / palacios / vm_guest.h
2008-09-25 Jack Lange added copyright tags
2008-09-16 Jack Lange fixed a ton of compile errors
2008-08-14 Zheng Cui *** empty log message ***
2008-08-04 Jack Lange changed the emulator to use single step break points...
2008-08-02 Jack Lange started the emulation framework
2008-07-31 Jack Lange added hash table
2008-07-25 Jack Lange added decoder support for cr0 write handler
2008-07-23 Jack Lange integrated decoder
2008-07-23 Jack Lange moved xed around to setup the decoder interface
2008-07-22 Jack Lange code clean up
2008-07-22 Jack Lange code clean up
2008-07-16 Jack Lange some nested paging fixes
2008-07-14 Jack Lange ugg
2008-07-14 Jack Lange *** empty log message ***
2008-06-30 Jack Lange large change to break apart the guest operation mode...
2008-05-21 Jack Lange lot of changes
2008-05-19 Jack Lange added invlpg support
2008-05-14 Jack Lange architecture independence work
2008-05-13 Jack Lange lots of changes...
2008-04-18 Jack Lange added irq initial setup
2008-04-15 Jack Lange moved over the a real linked list implementation
2008-04-12 Peter Dinda Added devices, device manager, and nvram device
2008-04-09 Jack Lange added the framework for interupt delivery
2008-04-09 Jack Lange BIOS now runs, but dies because it has no devices....
2008-04-05 Jack Lange code restructuring