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.


added pci passthrough and a few other things
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 10 Sep 2009 23:26:54 +0000 (18:26 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 10 Sep 2009 23:26:54 +0000 (18:26 -0500)
commit3a4e54ec208ea3589963b410d2d73292bbc4a8fe
tree9f5ce8c6ac7ce355fdfb093d632c870f8c1a5a34
parent8a441df14ef65bb559ce090249343ec1dac1a7fc
added pci passthrough and a few other things
21 files changed:
palacios/include/devices/pci.h
palacios/include/devices/pci_passthrough.h [new file with mode: 0644]
palacios/include/palacios/vmm_io.h
palacios/include/palacios/vmm_mem.h
palacios/include/palacios/vmm_sym_swap.h
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/generic.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_sym.c
palacios/src/devices/pci.c
palacios/src/devices/pci_passthrough.c [new file with mode: 0644]
palacios/src/devices/piix3.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_io.c
palacios/src/palacios/vmm_mem.c
palacios/src/palacios/vmm_sprintf.c
palacios/src/palacios/vmm_telemetry.c