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.


updated the pci and IDE configuration.
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 8 Apr 2009 00:22:01 +0000 (19:22 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 8 Apr 2009 00:22:01 +0000 (19:22 -0500)
commita7dc3322984b3c76fe990de506418e180ec1b0de
treed573461799a38c0bdc2f8e1cfef735ab5c178ac0
parent92d5e22e6c67ea0164ff6e94059989971eb85b99
updated the pci and IDE configuration.
Made the IDE/PCI system configurable via the config struct.
Starting to add the north/south bridges as virtual devices
DMA still not working....
palacios/build/Makefile
palacios/include/devices/piix3.h [new file with mode: 0644]
palacios/include/palacios/vmm.h
palacios/src/devices/ata.h
palacios/src/devices/ide.c
palacios/src/devices/pci.c
palacios/src/devices/piix3.c [new file with mode: 0644]
palacios/src/devices/ram_hd.c
palacios/src/palacios/svm_halt.c
palacios/src/palacios/svm_handler.c
palacios/src/palacios/vmm_config.c