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.


Added non-contiguous memory region support.
[palacios.git] / linux_module / mm.h
index dfe5d55..21e9855 100644 (file)
@@ -7,7 +7,7 @@
 
 
 
-uintptr_t alloc_palacios_pgs(u64 num_pages, u32 alignment);
+uintptr_t alloc_palacios_pgs(u64 num_pages, u32 alignment, int node_id);
 void free_palacios_pg(uintptr_t base_addr);
 void free_palacios_pgs(uintptr_t base_addr, u64 num_pages);