From: Jack Lange Date: Thu, 5 Aug 2010 18:20:01 +0000 (-0500) Subject: added host OS file support configuration option X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=21cfafd321b2a667808b2f0bcd089ff395ced431 added host OS file support configuration option --- diff --git a/Kconfig b/Kconfig index 246c640..8ab4403 100644 --- a/Kconfig +++ b/Kconfig @@ -81,6 +81,12 @@ config MAX_CPUS Specifies the maximum number of hardware CPUs supported by the OS For uniprocessor environments, set this to 1 +config FILE + bool "Host Support for file operations" + default n + help + Select this if your host OS supports file operatoins and you want Palacios to be able to use them. + config CONSOLE bool "Host Support for VM console"