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 and sanity-checking of use of strncpy/strcpy (Coverity static analysis)
[palacios.git] / palacios / src / devices / pci_passthrough.c
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-04-20 Jack Lange reworked PCI bus implmentation -- moved to mask based...
2010-11-23 Jack Lange changed device registration interface
2010-11-23 Jack Lange Updated devices to remove vm_device dependencies.
2010-08-13 Jack Lange change to device configuration syntax
2010-05-24 Jack Lange comment fix
2010-05-18 Jack Lange refactored memory map
2010-04-30 Jack Lange pci passthrough modifications
2010-04-05 Lei Xia Apply Zheng's patch on 64bit passthrough pci
2010-04-03 Lei Xia Apply Zheng's 64bit pci passthrough patch
2010-02-06 Jack Lange reorganization of the symbiotic infrastructure
2010-02-03 Jack Lange Updated symbiotic interfaces for multicore support
2010-01-14 Jack Lange refactoring to the point of compilation
2010-01-11 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-01-11 Peter Dinda Minor fixes for printf format
2010-01-07 Jack Lange lots of fixes
2009-12-27 Jack Lange stability fixes
2009-12-09 Jack Lange reduced debugging messages
2009-12-01 Jack Lange integrated new configuration system
2009-11-18 Jack Lange change pci devices to be more generic.
2009-09-23 Jack Lange increased the maximum number pci busses to scan
2009-09-11 Jack Lange added interrupt hooking to pci_passthrough
2009-09-10 Jack Lange added pci passthrough and a few other things