Il 29/05/2014 16:05, Peter Crosthwaite ha scritto:
> + path = object_get_canonical_path_component(OBJECT(backend)); > + memory_region_init_ram(&backend->mr, OBJECT(backend), path,Passing the full canonical path as the name of memory region is redundant as that information is already passed via the owner argument. It should just be a shorthand.
It's not the full canonical path, it's basically the id. Paolo