Re: [Qemu-devel] [PATCH v4 11/29] hostmem: separate allocation from UserCreatable complete method

2014-06-09 Thread Hu Tao
On Mon, Jun 09, 2014 at 12:47:19PM +0200, Igor Mammedov wrote: > On Mon, 9 Jun 2014 18:25:16 +0800 > Hu Tao wrote: > > > This allows the superclass to set various policies on the memory > > region that the subclass creates. Drops hostmem-ram's complete method > > accordingly. > > > > While at fi

Re: [Qemu-devel] [PATCH v4 11/29] hostmem: separate allocation from UserCreatable complete method

2014-06-09 Thread Igor Mammedov
On Mon, 9 Jun 2014 18:25:16 +0800 Hu Tao wrote: > This allows the superclass to set various policies on the memory > region that the subclass creates. Drops hostmem-ram's complete method > accordingly. > > While at file hostmem.c, s/hostmemory/host_memory/ to keep names > consistant. nitpick, it

[Qemu-devel] [PATCH v4 11/29] hostmem: separate allocation from UserCreatable complete method

2014-06-09 Thread Hu Tao
This allows the superclass to set various policies on the memory region that the subclass creates. Drops hostmem-ram's complete method accordingly. While at file hostmem.c, s/hostmemory/host_memory/ to keep names consistant. Signed-off-by: Paolo Bonzini Signed-off-by: Hu Tao --- backends/hostm