Re: [Qemu-devel] [PATCH] memory: reverse the priority when commit

2013-03-29 Thread liu ping fan
On Thu, Mar 28, 2013 at 10:44 PM, Peter Maydell peter.mayd...@linaro.org wrote: On 28 March 2013 08:08, Liu Ping Fan pingf...@linux.vnet.ibm.com wrote: In theroy, the high priority should commit earlier, it is the same reason as the sequence of Lower = earlier (during add), later (during del)

[Qemu-devel] [PATCH] memory: reverse the priority when commit

2013-03-28 Thread Liu Ping Fan
In theroy, the high priority should commit earlier, it is the same reason as the sequence of Lower = earlier (during add), later (during del) Signed-off-by: Liu Ping Fan pingf...@linux.vnet.ibm.com --- memory.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/memory.c

Re: [Qemu-devel] [PATCH] memory: reverse the priority when commit

2013-03-28 Thread Peter Maydell
On 28 March 2013 08:08, Liu Ping Fan pingf...@linux.vnet.ibm.com wrote: In theroy, the high priority should commit earlier, it is the same reason as the sequence of Lower = earlier (during add), later (during del) Hi. Could you give a bit more detail about the reason for this change, please? Do