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.


VNET code clean and rearrangement
[palacios.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index bb241ee..4f899fe 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -161,13 +161,6 @@ config DEBUG_VNET
         help
           Enable the Vnet debug in Palacios
 
-config VNET_PROFILE
-       depends on EXPERIMENTAL && VNET
-       bool "Enable Vnet Profiling in Palacios"
-       default n
-       help
-          Enable the Vnet performance profiling in Palacios
-
 config LINUX_VIRTIO_VNET
         bool "Enable Virtio VNET interface"
         default n
@@ -182,20 +175,6 @@ config DEBUG_LINUX_VIRTIO_VNET
         help
           Enable debugging for the VNET Virtio Device
 
-config LINUX_VNET_BRIDGE
-        bool "Enable VNET Bridge for Linux host"
-        default n
-        depends on PCI && EXPERIMENTAL && VNET && LINUX
-        help
-          Enable the VNET Bridge for Linux host
-
-config DEBUG_LINUX_VNET_BRIDGE
-        bool "VNET Host Linux Bridge Debug"
-        default n
-        depends on LINUX_VNET_BRIDGE && DEBUG_ON && LINUX
-        help
-          Enable debugging for the VNET Host Linux Bridge
-
 endmenu