From ce3e46298463cad40e18b66e0a5092efcc6fc2d5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 23 Jul 2008 15:37:04 +0100 Subject: [PATCH] Print a message announcing success when xen-setup finishes. This will help mitigate confusion which might be caused by earlier output from configure (eg the report of errors from the SDL test). --- xen-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen-setup b/xen-setup index 2638e1eb..7f8768d4 100755 --- a/xen-setup +++ b/xen-setup @@ -26,3 +26,5 @@ echo '#include "xen-config-host.h"' >>config-host.h.new if test -f config-host.h~; then mv config-host.h~ config-host.h; fi cmp -s config-host.h.new config-host.h || mv config-host.h.new config-host.h + +echo 'qemu successfuly configured for Xen qemu-dm build' -- 2.39.5