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.


cpuid bugfix for iface-pmu code
authorKyle Hale <kh@u.northwestern.edu>
Mon, 17 Jun 2013 23:29:34 +0000 (18:29 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Tue, 18 Jun 2013 18:55:10 +0000 (13:55 -0500)
commitb848a02abdcdb8d4435227e46a2bcf54307fa735
tree12403b5f217b2fa92d96abb9e105564390925eee
parent1f8ac11d4550b1113d9a8c23e62b236cb8ad8404
cpuid bugfix for iface-pmu code

cpuid_string was not properly dereferencing a pointer, causing invalid
results to be returned by cpuid in eax
linux_module/iface-pmu.c