Re: [Xen-devel] [PATCH v1 2/3] xen-livepatch: Print the header _after_ the first livepatch hypercall

2016-09-22 Thread Ross Lagerwall
On 09/21/2016 08:20 PM, Konrad Rzeszutek Wilk wrote: That way we can print out the header if we are sure the hypervisor has been compiled with Xen Livepatching. Signed-off-by: Konrad Rzeszutek Wilk Reviewed-by: Ross Lagerwall ___ Xen-devel mailing

[Xen-devel] [PATCH v1 2/3] xen-livepatch: Print the header _after_ the first livepatch hypercall

2016-09-21 Thread Konrad Rzeszutek Wilk
That way we can print out the header if we are sure the hypervisor has been compiled with Xen Livepatching. Signed-off-by: Konrad Rzeszutek Wilk --- tools/misc/xen-livepatch.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/misc/xen-livepatch.c b/tools/misc/xen-li