|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v3 5/6] argo: introduce CONFIG_ARGO_DEBUG
On 5/26/26 5:58 PM, dmukhin@xxxxxxxx wrote: From: Denis Mukhin <dmukhin@xxxxxxxx> Add Kconfig knob to enable traces for Argo debugging. Signed-off-by: Denis Mukhin <dmukhin@xxxxxxxx> --- Changes since v2: - new patch --- xen/common/Kconfig | 7 +++++++ xen/common/argo.c | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 5ff71480eebe..adcdc51dd21b 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -491,6 +491,13 @@ config ARGOIf unsure, say N. +config ARGO_DEBUG+ bool "Argo: enable debug traces (UNSUPPORTED)" if ARGO + help + Enables extra debug traces for Argo debugging. + + If unsure, say N. + source "common/sched/Kconfig"config CRYPTO Is a Kconfig really desired here? This such a trivial knob and one that is really only intended for tuning by the developers. Exposing it as a Kconfig option means you intend for this to be tuned by distro builders and wanting to see it exercised by the CI RandConfig. V/r, Daniel P. Smith
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |