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.


Minor Fix
Lei Xia [Fri, 11 Feb 2011 23:04:46 +0000 (17:04 -0600)]
palacios/src/devices/ne2k.c

index 80b372b..f17f31d 100644 (file)
@@ -1198,8 +1198,6 @@ static int ne2k_free(struct ne2k_state * nic_state) {
     }else {
        /* unregistered from PCI? */
     }
-  
-    return 0;
 
     V3_Free(nic_state);