From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clYJU-00074l-Kq for qemu-devel@nongnu.org; Wed, 08 Mar 2017 04:55:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clYJP-0003yK-VZ for qemu-devel@nongnu.org; Wed, 08 Mar 2017 04:55:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48516) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1clYJP-0003y1-Pn for qemu-devel@nongnu.org; Wed, 08 Mar 2017 04:55:15 -0500 Date: Wed, 8 Mar 2017 09:55:09 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20170308095508.GA10232@work-vm> References: <20170307194617.GJ2869@work-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] RAMBlock's named "" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Marcel Apfelbaum , Paolo Bonzini , Igor Mammedov , Laurent Vivier , Juan Quintela * Peter Maydell (peter.maydell@linaro.org) wrote: > On 7 March 2017 at 20:46, Dr. David Alan Gilbert wrote: > > The real fun is that there doesn't seem to be anything that stops > > two blocks having the same name! > > The memory region API says that the name is for debugging only, > so the problem is in code which relies on them being unique :-) I'll fix that comment! However, the problem here is slightly different; I think the Memory regions do have names - the problem in this case is that the RAMBlock's aren't attached to any memory regions. Dave > > thanks > -- PMM -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK