>>> On 24.03.16 at 21:00, <konrad.w...@oracle.com> wrote:
> --- 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);

Looks certainly fine, but wouldn't this better be part of patch 23?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to