xen/common: Use %*pb[l] instead of {cpu,node}mask_scn{,list}printf()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 6 Sep 2018 11:26:18 +0000 (11:26 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Nov 2018 16:25:54 +0000 (16:25 +0000)
commit29da63789f2ad4408d23ab4ba8342a906a78c754
treeec9a1be581e7891b9836fed07bde2ff34a6c583a
parente80bc240e79ff545db75081e8b1f79f7364ef73c
xen/common: Use %*pb[l] instead of {cpu,node}mask_scn{,list}printf()

This removes all use of keyhandler_scratch as a bounce-buffer for the rendered
string.  In some cases, collapse combine adjacent printk()'s which are writing
parts of the same line.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Juergen Gross <jgross@suse.com>
xen/common/cpupool.c
xen/common/event_channel.c
xen/common/keyhandler.c