From: David Woodhouse <d...@amazon.co.uk> Signed-off-by: David Woodhouse <d...@amazon.co.uk> --- xen/common/lu/save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/common/lu/save.c b/xen/common/lu/save.c index c767abd8f4..24d727ff47 100644 --- a/xen/common/lu/save.c +++ b/xen/common/lu/save.c @@ -7,7 +7,7 @@ int lu_save_global(struct lu_stream *stream) { - return 0; + return lu_stream_append(stream, "Hello World!", 12); } -- 2.21.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel