[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH] plat/kvm: Disconnect console options from ukdebug
Hello Simon, This patch seems fine. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> Thanks & Regards Sharan On 2/8/19 11:38 AM, Simon Kuenzer wrote: 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 printingconfig KVM_DEBUG_VGA_CONSOLEbool "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 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |