From: Jack Lange Date: Fri, 24 Sep 2010 22:17:16 +0000 (-0500) Subject: mark APIC/IO-APIC/ICC bus as experimental features and removed them from the default... X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=e4ac6f263d5813457d2bf4fe4f1a894cb92aa961 mark APIC/IO-APIC/ICC bus as experimental features and removed them from the default configuration file --- diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index 0edc9ff..7bcc256 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -3,7 +3,7 @@ menu "Virtual Devices" config APIC bool "APIC" default y - depends on ICC_BUS + depends on ICC_BUS && EXPERIMENTAL help Includes the Virtual APIC device @@ -19,7 +19,7 @@ config DEBUG_APIC config IO_APIC bool "IOAPIC" - depends on ICC_BUS + depends on ICC_BUS && EXPERIMENTAL default y help Includes the Virtual IO APIC @@ -35,6 +35,7 @@ config DEBUG_IO_APIC config ICC_BUS bool "ICC BUS" default y + depends on EXPERIMENTAL help The ICC Bus for APIC/IOAPIC communication diff --git a/utils/guest_creator/default.xml b/utils/guest_creator/default.xml index 5492e39..4327985 100644 --- a/utils/guest_creator/default.xml +++ b/utils/guest_creator/default.xml @@ -52,6 +52,9 @@ + + +