Re: [Qemu-devel] [PATCH 2.1 16/28] memory: reorganize file-based allocation

2014-03-06 Thread Paolo Bonzini
Il 07/03/2014 07:09, Hu Tao ha scritto: On Tue, Mar 04, 2014 at 03:00:44PM +0100, Paolo Bonzini wrote: Split the internal interface in exec.c to a separate function, and push the check on mem_path up to memory_region_init_ram. Signed-off-by: Paolo Bonzini --- exec.c | 105 +++

Re: [Qemu-devel] [PATCH 2.1 16/28] memory: reorganize file-based allocation

2014-03-06 Thread Hu Tao
On Fri, Mar 07, 2014 at 02:09:25PM +0800, Hu Tao wrote: > On Tue, Mar 04, 2014 at 03:00:44PM +0100, Paolo Bonzini wrote: > > Split the internal interface in exec.c to a separate function, and > > push the check on mem_path up to memory_region_init_ram. > > > > Signed-off-by: Paolo Bonzini > > ---

Re: [Qemu-devel] [PATCH 2.1 16/28] memory: reorganize file-based allocation

2014-03-06 Thread Hu Tao
On Tue, Mar 04, 2014 at 03:00:44PM +0100, Paolo Bonzini wrote: > Split the internal interface in exec.c to a separate function, and > push the check on mem_path up to memory_region_init_ram. > > Signed-off-by: Paolo Bonzini > --- > exec.c | 105 > +--

[Qemu-devel] [PATCH 2.1 16/28] memory: reorganize file-based allocation

2014-03-04 Thread Paolo Bonzini
Split the internal interface in exec.c to a separate function, and push the check on mem_path up to memory_region_init_ram. Signed-off-by: Paolo Bonzini --- exec.c | 105 +--- include/exec/cpu-all.h | 3 -- include/exec/ram_addr.h |