[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH] plat/kvm: Disconnect console options from ukdebug



Like on the other platforms, the console options for debugging
messages should not be hidden when global debug output is not
enabled. One may still want to enable individual debugging for a
particular library or file. This commit makes this configuration
option independent in the menu.

Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
---
 plat/kvm/Config.uk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plat/kvm/Config.uk b/plat/kvm/Config.uk
index 4a20a10e..5a6dfc14 100644
--- a/plat/kvm/Config.uk
+++ b/plat/kvm/Config.uk
@@ -31,14 +31,14 @@ config KVM_KERNEL_VGA_CONSOLE
 config KVM_DEBUG_SERIAL_CONSOLE
         bool "Serial console for the debug prints"
         default y
-        depends on (LIBUKDEBUG_PRINTD && (ARCH_X86_64 || ARCH_ARM_64))
+        depends on (ARCH_X86_64 || ARCH_ARM_64)
         help
           Choose serial console for the debug printing
 
 config KVM_DEBUG_VGA_CONSOLE
         bool "VGA console for the debug prints"
         default y
-        depends on (LIBUKDEBUG_PRINTD && ARCH_X86_64)
+        depends on ARCH_X86_64
         help
           Choose VGA console for the debug printing
 endmenu
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.