]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commitdiff
Print a message announcing success when xen-setup finishes.
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 23 Jul 2008 14:37:04 +0000 (15:37 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 23 Jul 2008 14:37:04 +0000 (15:37 +0100)
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

index 2638e1eb86375a80316a44c11a517548aaf63b7e..7f8768d4634d41261a53b3ef34db8e64ea870e23 100755 (executable)
--- 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'