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.


PMU Host Interface and initial implementation for Linux and AMD/Intel
authorChang Bae <chang.bae@eecs.northwestern.edu>
Wed, 20 Feb 2013 02:08:39 +0000 (20:08 -0600)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 21 Feb 2013 22:40:47 +0000 (16:40 -0600)
commit17556749e79560e7254e5f40155926ce5cce5cab
treeace97d2104bd4f0ad445c597a69b7b73de7a3e9b
parent03b23f614f0a00d3e23d5579f9abb87684af9ec8
PMU Host Interface and initial implementation for Linux and AMD/Intel
linux_module/Makefile
linux_module/iface-pmu-amd.h [new file with mode: 0644]
linux_module/iface-pmu-intel.h [new file with mode: 0644]
linux_module/iface-pmu.c [new file with mode: 0644]
palacios/include/interfaces/vmm_pmu.h [new file with mode: 0644]
palacios/src/interfaces/Kconfig
palacios/src/interfaces/Makefile
palacios/src/interfaces/vmm_pmu.c [new file with mode: 0644]