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.


fixed a number of bugs due to the update
[palacios.git] / palacios / include / devices /
2009-03-03 Jack Lange reformatted device include files
2009-03-03 Lei Xia Add Virtual PCI and Virtual NIC
2009-02-13 Jack Lange fixed ioapic bug
2009-02-13 Jack Lange IO APIC implementation
2009-02-10 Jack Lange timer fixes
2009-02-07 Jack Lange apic register definitions added
2009-02-06 Jack Lange added APIC device
2009-02-04 Jack Lange added os_debug device
2008-10-16 Jack Lange large scale namespace changes
2008-10-16 Jack Lange moved bochs debug facilities to a virtual device
2008-10-15 Jack Lange fixed up includes for devices
2008-10-15 Jack Lange updated devices to use new host event interface
2008-10-07 Jack Lange Merge branch '64bit' into 64bit-right
2008-10-07 Jack Lange updated to 64 bits based on the wrong f#@$%ing trunk
2008-10-07 Jack Lange added a configuration structure for the binary inputs...
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-10-02 Jack Lange added functioning ramdisk, makefile support
2008-10-02 Jack Lange added header files
2008-10-02 Jack Lange reworked ramdisk now compiles, not tested
2008-09-30 Jack Lange reworked the generic device to handle run time configur...
2008-09-30 Jack Lange import of new ramdisk
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-07-28 Peter Dinda Added RTC functionality (including interrupt injection...
2008-07-17 Peter Dinda Keyboard: mouse support (buggy) - currently reports...
2008-07-17 Jack Lange *** empty log message ***
2008-07-07 Peter Dinda svm_io.c now correctly handles segment prefix overrides...
2008-06-10 Jack Lange added dma device
2008-05-22 Peter Dinda Added generic device, some keyboard fixes (still in...
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-04-23 Jack Lange added pic device
2008-04-22 Jack Lange moved pic to device directory
2008-04-22 Jack Lange *** empty log message ***
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