Re: [Qemu-devel] [PATCH 1/1] Added address_space_init2().

2013-01-08 Thread Alexander Barabash
Hi, On 01/07/2013 03:05 PM, Andreas Färber wrote: A memory: prefix in the subject would've been nice for filtering. OK Am 07.01.2013 13:07, schrieb Alexander Barabash: address_space_init2: initializes a named address space. What for? There are no users in this patch that justify its

[Qemu-devel] [PATCH 1/1] Added address_space_init2().

2013-01-07 Thread Alexander Barabash
address_space_init2: initializes a named address space. Signed-off-by: Alexander Barabash alexander_barab...@mentor.com --- include/exec/memory.h |9 + memory.c |6 ++ 2 files changed, 15 insertions(+) diff --git a/include/exec/memory.h b/include/exec/memory.h

Re: [Qemu-devel] [PATCH 1/1] Added address_space_init2().

2013-01-07 Thread Andreas Färber
A memory: prefix in the subject would've been nice for filtering. Am 07.01.2013 13:07, schrieb Alexander Barabash: address_space_init2: initializes a named address space. What for? There are no users in this patch that justify its utility over setting the field manually. The name is really