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.


Cache information interface and implementation for AMD and Intel on Linux
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 13 Jul 2015 21:17:35 +0000 (16:17 -0500)
committerroot <root@v-test-r415-3.localdomain>
Mon, 13 Jul 2015 21:17:35 +0000 (16:17 -0500)
commitda0b4bb80de755529f47b9ca57ccb0c2cefae15b
tree17495b2a7fa08a6210da68580e53743e639ab67f
parent2cb41f7db5b9f89113432d6b3daff4807ba8e5f2
Cache information interface and implementation for AMD and Intel on Linux
linux_module/Makefile
linux_module/iface-cache_info.c [new file with mode: 0644]
palacios/include/interfaces/vmm_cache_info.h [new file with mode: 0644]
palacios/src/interfaces/Kconfig
palacios/src/interfaces/Makefile
palacios/src/interfaces/vmm_cache_info.c [new file with mode: 0644]