From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvN7F-0004Cp-DJ for qemu-devel@nongnu.org; Sat, 18 Apr 2009 22:50:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvN7A-0004Cd-Sm for qemu-devel@nongnu.org; Sat, 18 Apr 2009 22:50:44 -0400 Received: from [199.232.76.173] (port=51703 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvN7A-0004Ca-Ml for qemu-devel@nongnu.org; Sat, 18 Apr 2009 22:50:40 -0400 Received: from mail2.shareable.org ([80.68.89.115]:50597) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LvN7A-00041y-A5 for qemu-devel@nongnu.org; Sat, 18 Apr 2009 22:50:40 -0400 Received: from jamie by mail2.shareable.org with local (Exim 4.63) (envelope-from ) id 1LvN74-0005KS-Vu for qemu-devel@nongnu.org; Sun, 19 Apr 2009 03:50:34 +0100 Date: Sun, 19 Apr 2009 03:50:34 +0100 From: Jamie Lokier Subject: Re: Re : [Qemu-devel] [RFC][PATCH] Rename qemu into qemu-system-i386 and install a compat symlink Message-ID: <20090419025034.GA20112@shareable.org> References: <20090418160104.GA18120@volta.aurel32.net> <390D1A11-602E-4449-BEA0-EA431F91D109@web.de> <20090418174555.GA16360@hall.aurel32.net> <49EA1A15.1080803@mail.berlios.de> <20090418211222.GD16360@hall.aurel32.net> <49EA5025.9010108@codemonkey.ws> <911049.15453.qm@web24501.mail.ird.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <911049.15453.qm@web24501.mail.ird.yahoo.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Sylvain Petreolle wrote: > > Windows has a concept of shortcuts (.lnk files). Cygwin's ln > > creates a shortcut to simulate a symbolic link. MSYS implements > > 'ln -s' by doing a file copy. I don't think it works for > > directories. > > > > For directories, you have NTFS junctions. 'Linked' directories > appear as actual directories in the filesystem. Windows and NTFS actually have several kinds of link types, resembling symbolic and hard links, apart from .LNK files and junctions. They kept adding more with each version of Windows. But I doubt if simply losing 'qemu.exe' will cause any great tragedy for Windows users. -- Jamie