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.


integrated new configuration system
[palacios.git] / palacios / src / palacios / vmm_dev_mgr.c
2009-12-01 Jack Lange integrated new configuration system
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-07-29 Jack Lange updates to virtio device framework
2009-07-25 Jack Lange Update to the device framework.
2009-07-24 Jack Lange removed a lot of pointless stuff from the device manager
2009-03-03 Jack Lange reformatting of the source files
2009-02-06 Jack Lange cleaned up dev manager implementation
2008-10-26 Jack Lange fixed format string issues due to printf attribute...
2008-10-16 Jack Lange large scale namespace changes
2008-10-16 Jack Lange added more selective debugging directives
2008-10-15 Jack Lange added host event hooks interface
2008-10-03 Jack Lange added new copyright and license
2008-09-30 Jack Lange bug fix in deinit
2008-09-30 Jack Lange bug fix in deinit
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-22 Jack Lange code clean up
2008-07-22 Jack Lange source code clean up,
2008-07-21 Lei Xia Incorporated XED inclusion code. puppy-and-xed
2008-05-21 Jack Lange lot of changes
2008-05-16 Peter Dinda First cut at a keyboard device (partially done) CUTPOINT_BEFORE_FULL_EMULATION
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-14 Jack Lange added full device support
2008-04-12 Peter Dinda Added devices, device manager, and nvram device