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.


HVM capability enhancments
authorPeter Dinda <pdinda@northwestern.edu>
Sun, 2 Aug 2015 23:31:43 +0000 (18:31 -0500)
committerroot <root@v-test-r415-3.localdomain>
Sun, 2 Aug 2015 23:31:43 +0000 (18:31 -0500)
commit142b59ca44b3d00f0479910c986f6791216651e7
treef30f1295557a71b01453a4f89521aa980d3a551a
parent366a20deaf086107d75a2004fec076db4705e7c2
HVM capability enhancments

- ROS / HRT boot-time interaction protocol enhancements
- ROS / HRT / VMM run-time interaction protocol
- ROS->HRT resets
- ROS->HRT address space merges
- ROS->HRT sequential and parallel function invocations
- More generalized paging environment build for HRT
  including offsets, PIC, etc.
- Refactoring between multiboot and HVM
- More consistent magic numbers
- Descriptor, EFER, and ctrl reg corrections
palacios/include/palacios/vmm_hvm.h
palacios/include/palacios/vmm_multiboot.h
palacios/src/palacios/vmm_hvm.c
palacios/src/palacios/vmm_hvm_lowlevel.S
palacios/src/palacios/vmm_multiboot.c