From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clwky-0002hl-0D for qemu-devel@nongnu.org; Thu, 09 Mar 2017 07:01:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clwku-0005nr-UV for qemu-devel@nongnu.org; Thu, 09 Mar 2017 07:01:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45008) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1clwku-0005n0-Oh for qemu-devel@nongnu.org; Thu, 09 Mar 2017 07:01:16 -0500 References: <20170308105409.18183-1-dgilbert@redhat.com> <20170309112635.GA2480@work-vm> From: Paolo Bonzini Message-ID: Date: Thu, 9 Mar 2017 13:01:14 +0100 MIME-Version: 1.0 In-Reply-To: <20170309112635.GA2480@work-vm> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] memory_region: Fix name comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" , Peter Maydell Cc: QEMU Developers On 09/03/2017 12:26, Dr. David Alan Gilbert wrote: > * @name: Region name, becomes part of RAMBlock name used in migration stream > * must be unique within any device Just a note, the uniqueness constraint also applies for RAM regions only. Paolo