WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix the path to qemu-dm

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 9b713b8d11000025b47a47fc946e7b331ca6eb9b
# Parent  cb0f79c9d3fc6b926835eb4ca801dbc289ee5fea

Fix the path to qemu-dm

diff -r cb0f79c9d3fc -r 9b713b8d1100 tools/ioemu/target-i386-dm/qemu-dm.debug
--- a/tools/ioemu/target-i386-dm/qemu-dm.debug  Mon Jul 25 21:02:09 2005
+++ b/tools/ioemu/target-i386-dm/qemu-dm.debug  Mon Jul 25 21:02:24 2005
@@ -2,4 +2,4 @@
 
 echo $* > /tmp/args
 echo $DISPLAY >> /tmp/args
-exec /usr/bin/qemu-dm $*
+exec /usr/lib/xen/bin/qemu-dm $*

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix the path to qemu-dm, Xen patchbot -unstable <=