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.


Cleanup of locking in host device interface
[palacios.git] / linux_module / iface-host-dev.c
2015-05-19 Peter Dinda Cleanup of locking in host device interface
2014-09-11 Kyle Hale changes and fixes to support QEMU integration with...
2014-08-25 Peter Dinda Update host device framework to support PCI and other...
2014-06-23 Peter Dinda Guest control cleanup
2013-09-19 Peter Dinda Cleaned up deinitialization of VMM and free of VMs
2013-08-04 Peter Dinda Polling changes in host devices and keyed stream
2013-05-28 Peter Dinda Lock bugfixes - missing lock deinits This also adds...
2013-05-24 Peter Dinda Lock checking framework and cleanup of linux module...
2012-07-13 Kyle Hale proper cleanup in iface-file and iface-host-dev
2012-07-07 Peter Dinda Extensive, Pedantic Error Checking in Linux module...
2012-06-19 Ben Scholbrock Updates to linux module to use linux print macros
2012-02-24 Patrick G. Bridges Fixed host device and keyed stream compilation on diffe...
2012-02-17 Peter Dinda Clean up compat ioctl handlers in host-dev and keyed...
2012-01-20 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-01-20 Peter Dinda Corrected calling convention for user requests in the...
2012-01-17 Patrick G. Bridges Fixed compile error in host device for newer linux...
2011-06-16 Jack Lange started to implement stream userspace interface
2011-06-14 Jack Lange module reorganization