Re: [Qemu-devel] [PATCH 1/2] memory: Remove code for mr->may_overlap

2016-03-29 Thread Peter Maydell
On 25 March 2016 at 10:10, Fam Zheng wrote: > The collision check does nothing and hasn't been used. Remove the > variable together with related code. > > Signed-off-by: Fam Zheng I would prefer it if we enabled the collision check and fixed the things which weren't specifying overlap priorities

[Qemu-devel] [PATCH 1/2] memory: Remove code for mr->may_overlap

2016-03-25 Thread Fam Zheng
The collision check does nothing and hasn't been used. Remove the variable together with related code. Signed-off-by: Fam Zheng --- include/exec/memory.h | 1 - memory.c | 35 --- 2 files changed, 36 deletions(-) diff --git a/include/exec/memory.h b