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.


change pci devices to be more generic.
[palacios.git] / palacios / src / devices / pci.c
2009-11-18 Jack Lange change pci devices to be more generic.
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-08-19 Jack Lange switch print statements back to debug
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-11 Jack Lange added symbiotic virtio device
2009-08-11 Jack Lange hacked in PCI IO port auto assignment because our BIOS...
2009-08-11 Jack Lange fixes for the virtio block device
2009-08-07 Jack Lange fixes for the virtio block device
2009-08-01 Jack Lange added PCI irq lower function hook and added southbridge...
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-04-26 Jack Lange added dynamic reassignment of memory regions
2009-04-23 Jack Lange added memory unhooking function
2009-04-08 Jack Lange updates to the PCI configuration for the southbridge...
2009-04-08 Jack Lange updated the pci and IDE configuration.
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 fixed pci index register (its a DWORD index, not a...
2009-03-31 Jack Lange updated PCI
2009-03-31 Jack Lange updated io device hooks for PCI device
2009-03-18 Jack Lange updated pci
2009-03-16 Jack Lange updated device number in pci
2009-03-16 Jack Lange update bar masking
2009-03-16 Jack Lange added different pci device types
2009-03-16 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-03-16 Lei Xia Add handle of write to command register
2009-03-16 Jack Lange bug fixes
2009-03-16 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-03-16 Jack Lange added writable register list
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 fixed scan error
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