From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urxzu-00012y-8Y for qemu-devel@nongnu.org; Wed, 26 Jun 2013 18:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Urxzr-0002Cb-JT for qemu-devel@nongnu.org; Wed, 26 Jun 2013 18:15:30 -0400 Received: from mail-la0-f48.google.com ([209.85.215.48]:59521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urxzr-0002CT-Cg for qemu-devel@nongnu.org; Wed, 26 Jun 2013 18:15:27 -0400 Received: by mail-la0-f48.google.com with SMTP id lx15so14986lab.35 for ; Wed, 26 Jun 2013 15:15:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <51CB63C4.1080307@tribudubois.net> References: <1372184516-32397-1-git-send-email-peter.maydell@linaro.org> <1372184516-32397-3-git-send-email-peter.maydell@linaro.org> <51C9E490.7090304@redhat.com> <51CA9086.80802@redhat.com> <51CB39C3.30707@tribudubois.net> <51CB5995.6020702@tribudubois.net> <51CB5AB8.9030409@redhat.com> <51CB63C4.1080307@tribudubois.net> From: Peter Maydell Date: Wed, 26 Jun 2013 23:15:05 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 2/8] i.MX: Implement a more complete version of the GPT timer. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe DUBOIS Cc: Peter Crosthwaite , Anthony Liguori , qemu-devel@nongnu.org, Paul Brook , Paolo Bonzini , =?UTF-8?Q?Andreas_F=C3=A4rber?= On 26 June 2013 22:57, Jean-Christophe DUBOIS wrote: > Names don't feel really useful in the second case as they are > indistinguishable. Is the consensus around "generic" names (like MMIO or > "Ctrl regs") without adding reference to the device a good one for all > platforms? Just leave the memory region and vmstate names as they were before your patches. (Personally I think it's entirely fine to include the device name in the memory region name. These strings are for debugging, so if I print region->name in my debugger it's much more helpful if it says "imx-serial" than if it just says "regs".) -- PMM