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.


more updates
[palacios.git] / palacios / include / devices /
2009-11-10 Jack Lange more updates
2009-11-10 Jack Lange cleanup...
2009-11-10 Lei Xia Vnet code update
2009-10-28 Lei Xia Vnet Code Cleaned
2009-10-13 Lei Xia Checked in Vnet code
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-09-09 Jack Lange modified pci io hooks to not use the dev_io hooks,...
2009-09-01 Jack Lange modified interrupt interface to pass guest_info pointer
2009-08-27 Steven Jaconette From 294306ec5026ea691a4f1380598114688b061c99 Mon Sep...
2009-08-17 Steven Jaconette Virtual Console
2009-08-11 Jack Lange added symbiotic virtio device
2009-08-11 Jack Lange fixes for the virtio block device
2009-08-07 Jack Lange fixes for the virtio block device
2009-08-04 Jack Lange added virtio balloon device, currently discards free...
2009-08-01 Jack Lange added PCI irq lower function hook and added southbridge...
2009-07-31 Jack Lange updated the block device interfaces to be more generic...
2009-07-31 Jack Lange updated pci irq support to properly route intr_pins...
2009-07-29 Jack Lange updates to virtio device framework
2009-07-25 Jack Lange Update to the device framework.
2009-07-24 Jack Lange removed unused device resources from generic
2009-07-23 Jack Lange added initial VirtIO and symbiotic swap devices
2009-07-23 Jack Lange probably should include the header file.... mmmph...
2009-07-08 Jack Lange added network harddisk support
2009-06-05 Jack Lange updates to net cd
2009-05-26 Jack Lange added network block backends
2009-05-20 Jack Lange cleanups
2009-04-19 Lei Xia Update virtual NE2000
2009-04-10 Jack Lange removed old pci implementation
2009-04-10 Jack Lange added DMA write functionality to ide harddisk
2009-04-09 Jack Lange functional DMA reads for IDE disks
2009-04-08 Jack Lange updates to the PCI configuration for the southbridge...
2009-04-08 Jack Lange added forgotten files...
2009-04-08 Jack Lange updated the pci and IDE configuration.
2009-04-06 Jack Lange getting things working again
2009-04-04 Jack Lange IDE hard drive works past grub
2009-04-03 Jack Lange Added intial cut at IDE disk support
2009-04-02 Jack Lange broken DMA that should be working
2009-03-31 Jack Lange added pci bar update handler
2009-03-31 Jack Lange updated pci
2009-03-31 Jack Lange updated io device hooks for PCI device
2009-03-19 Jack Lange added atapi handlers
2009-03-18 Jack Lange added RAM based CD, updates to device registration
2009-03-18 Jack Lange initial commit of IDE layer
2009-03-18 Jack Lange updated ramdisk with initial pci placeholders
2009-03-16 Jack Lange added different pci device types
2009-03-16 Jack Lange bug fixes
2009-03-16 Lei Xia Fix a typo
2009-03-16 Jack Lange added bar updates and initialization
2009-03-16 Lei Xia Merge branch 'devel' of /home/palacios/palacios into...
2009-03-16 Lei Xia Update Regitster device
2009-03-16 Jack Lange added support for bar updates in io write handler
2009-03-16 Jack Lange added bar structure
2009-03-16 Jack Lange updated pci to simplify callback setup
2009-03-14 Jack Lange PCI updates
2009-03-14 Jack Lange imported updated PCI devicE
2009-03-10 Jack Lange deleted vnic.h
2009-03-10 Jack Lange rename and cleanup
2009-03-04 Jack Lange adding paravirtualized network device
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