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.


reorganization of the symbiotic infrastructure
authorJack Lange <jarusl@cs.northwestern.edu>
Sat, 6 Feb 2010 21:55:55 +0000 (15:55 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Sat, 6 Feb 2010 21:55:55 +0000 (15:55 -0600)
commitee1279646a778613b23a42350b903ebb57c068f8
treef28b5cf5bdff7b1c5bbfde30c146bd165cc7e3bd
parentd662cc4cc19794e57b3a0126fd05d09456e22cdc
reorganization of the symbiotic infrastructure
24 files changed:
Kconfig
palacios/include/devices/lnx_virtio_pci.h
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_regs.h [new file with mode: 0644]
palacios/include/palacios/vmm_sym_iface.h [deleted file]
palacios/include/palacios/vmm_sym_swap.h
palacios/include/palacios/vmm_symbiotic.h [new file with mode: 0644]
palacios/include/palacios/vmm_symcall.h [new file with mode: 0644]
palacios/include/palacios/vmm_symspy.h [new file with mode: 0644]
palacios/src/devices/Makefile
palacios/src/devices/pci_passthrough.c
palacios/src/palacios/Makefile
palacios/src/palacios/svm.c
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_shdw_pg_swapbypass_32.h
palacios/src/palacios/vmm_shdw_pg_tlb.c
palacios/src/palacios/vmm_shdw_pg_tlb_32.h
palacios/src/palacios/vmm_sym_iface.c [deleted file]
palacios/src/palacios/vmm_symbiotic.c [new file with mode: 0644]
palacios/src/palacios/vmm_symcall.c [new file with mode: 0644]
palacios/src/palacios/vmm_symspy.c [new file with mode: 0644]
palacios/src/palacios/vmm_telemetry.c
palacios/src/palacios/vmx.c