From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNeuJ-0006L5-Kc for qemu-devel@nongnu.org; Tue, 17 Feb 2015 04:57:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNeuG-0004W0-FV for qemu-devel@nongnu.org; Tue, 17 Feb 2015 04:57:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNeuG-0004Vt-8v for qemu-devel@nongnu.org; Tue, 17 Feb 2015 04:57:28 -0500 Date: Tue, 17 Feb 2015 10:57:22 +0100 From: Kevin Wolf Message-ID: <20150217095722.GC4213@noname.str.redhat.com> References: <20150216100821.GA4079@noname.str.redhat.com> <4A70459E-56F8-4360-A795-D9ABED95324D@gmail.com> <20150216154254.GJ4079@noname.str.redhat.com> <68212781-7178-495D-9AFF-5634798387D7@gmail.com> <20150216162234.GK4079@noname.str.redhat.com> <24537310-F0C6-466E-8BAB-7948C196C874@gmail.com> <20150217090711.GA4213@noname.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Programmingkid , qemu-devel qemu-devel Am 17.02.2015 um 10:41 hat Peter Maydell geschrieben: > On 17 February 2015 at 18:07, Kevin Wolf wrote: > > The ID is user-defined, so no, no assumption about it is safe. If you > > like, you can name your floppy drive 'ide0-cd1', your virtio harddisk > > 'floppy1' and your ATAPI CD-ROM drive 'virtio0'. But if you do that, > > I think it's reasonable to argue that it's your own fault that you get > > misleading menu entries. The default would yield the right results > > anyway. > > Probably wise to have the menu entry include the id string as > well as any guessed friendly name (or just the id string in cases > where we can't come up with a guess). Yes, that's a good suggestion. Kevin