From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNef9-0006Wb-8x for qemu-devel@nongnu.org; Tue, 17 Feb 2015 04:41:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNef5-0006Mu-1s for qemu-devel@nongnu.org; Tue, 17 Feb 2015 04:41:51 -0500 Received: from mail-lb0-f179.google.com ([209.85.217.179]:40616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNef4-0006Mf-RB for qemu-devel@nongnu.org; Tue, 17 Feb 2015 04:41:46 -0500 Received: by lbdu10 with SMTP id u10so3367189lbd.7 for ; Tue, 17 Feb 2015 01:41:46 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20150217090711.GA4213@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> From: Peter Maydell Date: Tue, 17 Feb 2015 18:41:25 +0900 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Kevin Wolf Cc: Programmingkid , qemu-devel qemu-devel 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). -- PMM