Re: [Qemu-devel] [PULL 19/20] memory: Use canonical path component as the name

2014-08-20 Thread Paolo Bonzini
Il 20/08/2014 09:50, Peter Maydell ha scritto: > On 20 August 2014 06:04, Peter Crosthwaite > wrote: >> On Wed, Aug 20, 2014 at 5:01 AM, Peter Maydell >> wrote: >>> I think we need to revert this (commit b0225c2c0d8) until >>> both the Xen callsites are fixed and the leak issue is >>> dealt wit

Re: [Qemu-devel] [PULL 19/20] memory: Use canonical path component as the name

2014-08-20 Thread Peter Maydell
On 20 August 2014 06:04, Peter Crosthwaite wrote: > On Wed, Aug 20, 2014 at 5:01 AM, Peter Maydell > wrote: >> I think we need to revert this (commit b0225c2c0d8) until >> both the Xen callsites are fixed and the leak issue is >> dealt with. >> > > Have half a plan on the leak issue. With > obje

Re: [Qemu-devel] [PULL 19/20] memory: Use canonical path component as the name

2014-08-19 Thread Peter Crosthwaite
On Wed, Aug 20, 2014 at 5:01 AM, Peter Maydell wrote: > On 19 August 2014 11:43, Paolo Bonzini wrote: >> From: Peter Crosthwaite >> >> Rather than having the name as separate state. This prepares support >> for creating a MemoryRegion dynamically (i.e. without >> memory_region_init() and friends

Re: [Qemu-devel] [PULL 19/20] memory: Use canonical path component as the name

2014-08-19 Thread Peter Crosthwaite
On Wed, Aug 20, 2014 at 4:51 AM, Peter Maydell wrote: > On 19 August 2014 11:43, Paolo Bonzini wrote: >> From: Peter Crosthwaite >> >> Rather than having the name as separate state. This prepares support >> for creating a MemoryRegion dynamically (i.e. without >> memory_region_init() and friends

Re: [Qemu-devel] [PULL 19/20] memory: Use canonical path component as the name

2014-08-19 Thread Peter Maydell
On 19 August 2014 11:43, Paolo Bonzini wrote: > From: Peter Crosthwaite > > Rather than having the name as separate state. This prepares support > for creating a MemoryRegion dynamically (i.e. without > memory_region_init() and friends) and the MemoryRegion still getting > a usable name. > @@ -13

Re: [Qemu-devel] [PULL 19/20] memory: Use canonical path component as the name

2014-08-19 Thread Peter Maydell
On 19 August 2014 11:43, Paolo Bonzini wrote: > From: Peter Crosthwaite > > Rather than having the name as separate state. This prepares support > for creating a MemoryRegion dynamically (i.e. without > memory_region_init() and friends) and the MemoryRegion still getting > a usable name. > > Sign

[Qemu-devel] [PULL 19/20] memory: Use canonical path component as the name

2014-08-19 Thread Paolo Bonzini
From: Peter Crosthwaite Rather than having the name as separate state. This prepares support for creating a MemoryRegion dynamically (i.e. without memory_region_init() and friends) and the MemoryRegion still getting a usable name. Signed-off-by: Peter Crosthwaite Signed-off-by: Paolo Bonzini -