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.


Fix bugs when deinit a list, use list_for_each_entry_safe instead of list_for_each_entry
authorLei Xia <lxia@northwestern.edu>
Tue, 22 Nov 2011 19:10:26 +0000 (13:10 -0600)
committerLei Xia <lxia@northwestern.edu>
Tue, 22 Nov 2011 19:10:26 +0000 (13:10 -0600)
commit0975ec64a5a81c1c51bc49791b40e785d1679d28
treea173ed73b665d6761380214d4b76c3cf5bf69716
parent90e82a7c376407109280c73fb6634bcb48b569f1
Fix bugs when deinit a list, use list_for_each_entry_safe instead of list_for_each_entry
linux_module/iface-packet.c
linux_module/palacios-vnet-brg.c
linux_module/palacios-vnet-ctrl.c
palacios/src/vnet/vnet_core.c