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 switch issues, negative array indexes, operand indepen...
[palacios.git] / palacios / src / devices / generic.c
2015-09-01 Peter Dinda Cleanup and sanity-checking of switch issues, negative...
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2014-09-11 Kyle Hale prevent oops in generic device when port mode not corre...
2014-08-25 Peter Dinda Update host device framework to support PCI and other...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2011-06-16 Peter Dinda Added temporary debugging support for host devices...
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-20 Peter Dinda Update to host device interface plus changes to affecte...
2011-04-18 Peter Dinda generic device updates: corrected deallocation, improve...
2011-04-14 Peter Dinda Generic device now supports host device interface ...
2011-03-10 Peter Dinda Implemented PASSTHROUGH and IGNORE (without printing)
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Jack Lange changed device registration interface
2010-11-22 Jack Lange reworked device IO hook framework
2010-11-19 Jack Lange more device free updates
2010-08-13 Jack Lange change to device configuration syntax
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-01 Jack Lange integrated new configuration system
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-07-29 Jack Lange more updates of devices to new device framework
2009-07-25 Jack Lange Update to the device framework.
2009-07-24 Jack Lange removed unused device resources from generic
2009-03-20 Jack Lange fixed printf format bugs
2009-03-03 Jack Lange reformatted device source files
2008-10-16 Jack Lange large scale namespace changes
2008-10-03 Jack Lange added new copyright and license
2008-10-02 Jack Lange minor bug fixes, and copyright additions
2008-10-02 Jack Lange Merge branch 'ramdisk' into devel
2008-09-30 Jack Lange bug fixes to generic
2008-09-30 Jack Lange reworked the generic device to handle run time configur...
2008-09-30 Jack Lange removed references to GeekOS and added some namespace...
2008-09-30 Jack Lange formatting change
2008-09-30 Jack Lange import of new ramdisk
2008-09-26 Jack Lange removed references to GeekOS and added some namespace...
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-14 Zheng Cui *** empty log message ***
2008-08-03 Jack Lange added emulator
2008-07-21 Peter Dinda Bug fixes in 8259: now handles irqs>=8
2008-07-17 Peter Dinda Generic: simplified interface to create_generic
2008-07-07 Peter Dinda svm_io.c now correctly handles segment prefix overrides...
2008-07-03 Peter Dinda generic now properly handles outwords and outdwords
2008-06-10 Jack Lange *** empty log message ***
2008-05-29 Jack Lange updated to coding standards....
2008-05-23 Peter Dinda *** empty log message ***
2008-05-22 Peter Dinda Added generic device, some keyboard fixes (still in...