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.


reworked PCI bus implmentation -- moved to mask based implementation -- added capabil...
authorJack Lange <jacklange@cs.pitt.edu>
Tue, 17 Apr 2012 18:46:24 +0000 (14:46 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Fri, 20 Apr 2012 16:09:21 +0000 (12:09 -0400)
commit3938dc8f325981eab29bda77f43fa1be1d91c54f
treeb856f86b32f27aea9dd5f12f20b651b60702546a
parent0420bb147eda8d91eee4e79cf8face8f5a9651bf
reworked PCI bus implmentation -- moved to mask based implementation -- added capability masking updated PCI interrupt interface
19 files changed:
palacios/include/devices/pci.h
palacios/include/devices/pci_types.h
palacios/src/devices/8259a.c
palacios/src/devices/apic.c
palacios/src/devices/cirrus_gfx_card.c
palacios/src/devices/i440fx.c
palacios/src/devices/ide.c
palacios/src/devices/lnx_virtio_balloon.c
palacios/src/devices/lnx_virtio_blk.c
palacios/src/devices/lnx_virtio_console.c
palacios/src/devices/lnx_virtio_nic.c
palacios/src/devices/lnx_virtio_sym.c
palacios/src/devices/lnx_virtio_symmod.c
palacios/src/devices/lnx_virtio_vnet.c
palacios/src/devices/ne2k.c
palacios/src/devices/pci.c
palacios/src/devices/pci_passthrough.c
palacios/src/devices/piix3.c
palacios/src/devices/rtl8139.c