From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJ7Ig-0008KT-0H for qemu-devel@nongnu.org; Sun, 17 Aug 2014 16:43:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJ7IZ-0007gs-Gu for qemu-devel@nongnu.org; Sun, 17 Aug 2014 16:43:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJ7IZ-0007gm-8I for qemu-devel@nongnu.org; Sun, 17 Aug 2014 16:43:31 -0400 Message-ID: <53F113EF.6080604@redhat.com> Date: Sun, 17 Aug 2014 22:43:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH memory v1 0/5] MemoryRegion Name QOMification List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Il 15/08/2014 08:53, Peter Crosthwaite ha scritto: > Hi Paolo, > > Another piece to the Memory Region QOMification puzzle. This series gets > rid of the name field of MemoryRegion and converts all users to the QOM > managed Object name. > > Regards, > Peter > > > Peter Crosthwaite (5): > loader: Abstract away ref to memory region names > exec: Abstract away ref to memory region names > memory: constify memory_region_name > memory: Use memory_region_name for name access > memory: Use canonical path component as the name > > exec.c | 4 ++-- > hw/core/loader.c | 2 +- > include/exec/memory.h | 3 +-- > memory.c | 14 ++++++-------- > 4 files changed, 10 insertions(+), 13 deletions(-) > Thanks, applied all to memory branch. Paolo