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