You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A convenience for working on development of the argo subsystem:
setting a #define variable enables additional debug messages.
Signed-off-by: Christopher Clark <[email protected]>
Acked-by: Jan Beulich <[email protected]>
Reviewed-by: Roger Pau Monné <[email protected]>
===
Jan's further remark given with the Ack:
"This would better be an inline function, such that arguments passed in
actually get evaluated. Otherwise you risk overlooking variables used
for such logging only, and in particular the compiler then issuing
warnings (breaking the build due to -Werror)."
v3 added Roger's Reviewed-by
v3 added Jan's Ack
v2 xen-project#3 feedback, Jan: fix ifdef/define confusion error
v1 xen-project#4 feedback, Jan: fix dprintk implementation
0 commit comments