Signed-off-by: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> --- Cc: Ian Jackson <ian.jack...@eu.citrix.com> Cc: Jan Beulich <jbeul...@suse.com> Cc: Keir Fraser <k...@xen.org> Cc: Tim Deegan <t...@xen.org> --- --- xen/common/xsplice.c | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/xen/common/xsplice.c b/xen/common/xsplice.c index d7a65fe..d5d4b3c 100644 --- a/xen/common/xsplice.c +++ b/xen/common/xsplice.c @@ -1514,6 +1514,11 @@ static void xsplice_printall(unsigned char key) if ( !(i % 100) ) process_pending_softirqs(); } + if ( data->id.len ) + printk("build-id=%*phN\n", data->id.len, data->id.p); + + if ( data->dep.len ) + printk("depend-on=%*phN\n", data->dep.len, data->dep.p); } spin_unlock_recursive(&payload_lock); -- 2.5.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel