qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 05/34] add memdev backend infrastructure


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 05/34] add memdev backend infrastructure
Date: Thu, 29 May 2014 17:25:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]