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.


Simple tools for analyzing palacios serial output file
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 20 Sep 2011 23:02:19 +0000 (18:02 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Tue, 20 Sep 2011 23:02:19 +0000 (18:02 -0500)
commitf9880e9bc8ae1964d3c1a4ab422f4f6d7f408eba
tree19de80f5dfa5c9182d59e961ddaca0e82c5d0e85
parented58e44a111e3bb28e1b2fefd93fe7955962d682
Simple tools for analyzing palacios serial output file
   - scan for unhandled ports
   - scan for guest rips and translate to guest function names
utils/output_analysis/bad_ports.pl [new file with mode: 0755]
utils/output_analysis/guest_kernel_calls.pl [new file with mode: 0755]