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.


add thread sleep and wakeup to host os hooks
[palacios.git] / palacios / src / devices / Kconfig
index eb15aca..be4de33 100644 (file)
@@ -156,7 +156,7 @@ config LINUX_VIRTIO_VNET
         default n
         depends on PCI && EXPERIMENTAL && VNET
         help
-          Enable the Virtio VNET interface
+          Enable the Virtio VNET interface for Control VM
 
 config DEBUG_LINUX_VIRTIO_VNET
         bool "Virtio VNET Interface Debugging"
@@ -167,11 +167,11 @@ config DEBUG_LINUX_VIRTIO_VNET
 
 
 config VNET_NIC
-        bool "Enable VNET VIrtio NIC Device"
+        bool "Enable VNET Backend Device"
         default n
        depends on PCI && EXPERIMENTAL && VNET
         help
-          Enable the VNET Virtio backend device
+          Enable the VNET backend device
 
 config DEBUG_VNET_NIC
         bool "VNET NIC Device Debugging"