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.


User space library and example tool for accessing guest physical memory from host...
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 13 Mar 2013 15:51:29 +0000 (10:51 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Wed, 13 Mar 2013 15:51:29 +0000 (10:51 -0500)
commitab570b923abf061acf9f495e5f4178e8c2af0fcc
treee3f572179a7ce6cd1e9918de2f1296c3631066b0
parentafdee70966b757149da1c1a47c5d0043a37336a1
User space library and example tool for accessing guest physical memory from host user space
linux_usr/Makefile
linux_usr/v3_guest_mem.c [new file with mode: 0644]
linux_usr/v3_guest_mem.h [new file with mode: 0644]
linux_usr/v3_guest_mem_example.c [new file with mode: 0644]