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.


formatting fixes
[palacios.git] / palacios / include / palacios / vmm_vnet.h
index d6fd9b1..51d99c4 100644 (file)
@@ -96,12 +96,12 @@ struct link_entry {
 
 
 int v3_vnet_send_pkt(uchar_t *buf, int length);
-int vnet_register_device(struct vm_device *vdev, 
-                                                  char *dev_name, 
-                                                  uchar_t mac[6], 
-                                                  int (*netif_input)(uchar_t * pkt, uint_t size, void *private_data), 
-                                                  void *data);
-int vnet_unregister_device(char *dev_name);
+//int vnet_register_device(struct vm_device *vdev, 
+//                      char *dev_name, 
+//                      uchar_t mac[6], 
+//                      int (*netif_input)(uchar_t * pkt, uint_t size, void *private_data), 
+//                      void *data);
+//int vnet_unregister_device(char *dev_name);
 
 int v3_vnet_pkt_process();