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 device checkpoint hooks
[palacios.git] / palacios / include / palacios / vmm_dev_mgr.h
2011-09-16 Madhav Suresh added device checkpoint hooks
2011-08-18 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-08-18 Lei Xia change poll mode for each VNET device
2011-08-17 Jack Lange added virtio console, finished the stream interface...
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-28 Lei Xia Multithread handling of VNET
2011-04-13 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-12 Jack Lange moved host OS interfaces to a separate directory palaci...
2011-04-12 Lei Xia Add dynamic VMM Driven/Guest Driven mode switch in...
2011-04-07 Peter Dinda Added interface for device checkpoint and restore
2011-02-06 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-02-06 Lei Xia Add MAC address configure support on Virtio NIC
2011-02-01 Jack Lange add generic resource hook tracking to device manager
2011-01-21 Erik van der Kouwe To be able to run Windows I'll need more graphics capab...
2011-01-20 Jack Lange added initial global shutdown functionality
2011-01-12 Jack Lange restructured device manager deinitialization
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Jack Lange changed device registration interface
2010-11-23 Jack Lange Updated devices to remove vm_device dependencies.
2010-11-22 Jack Lange reworked device IO hook framework
2010-11-09 Jack Lange updated serial device
2010-11-09 Jack Lange added char device operations to device manager
2010-10-06 Lei Xia All updates on the VNET during summer
2010-02-21 Jack Lange vnet cleanup
2010-02-17 Lei Xia Update on VNET-NIC device, and fix vnet & virtio net
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-15 Jack Lange debugging tweaks and minor fixes
2009-12-11 Lei Xia Update on the virtio net
2009-12-01 Jack Lange integrated new configuration system
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 include files
2009-02-06 Jack Lange cleaned up dev manager implementation
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-08-02 Jack Lange started the emulation framework
2008-07-22 Jack Lange code clean up
2008-07-22 Jack Lange source code clean up,
2008-05-21 Jack Lange lot 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