From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: [PATCH][4/9] Fix the path to qemu-dm Date: Mon, 25 Jul 2005 14:01:08 -0700 Message-ID: <20050725210108.GA24351@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt , Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Fix the path to qemu-dm diff -r a1b4cd375a6c -r b343081e4039 tools/ioemu/target-i386-dm/qemu-dm.debug --- a/tools/ioemu/target-i386-dm/qemu-dm.debug Fri Jul 15 19:40:21 2005 +++ b/tools/ioemu/target-i386-dm/qemu-dm.debug Sat Jul 16 01:21:05 2005 @@ -2,4 +2,4 @@ echo $* > /tmp/args echo $DISPLAY >> /tmp/args -exec /usr/bin/qemu-dm $* +exec /usr/lib/xen/bin/qemu-dm $*