Re: [Qemu-devel] [PATCH] memory: check address space when a listener is registered

2012-04-06 Thread Julien Grall
On 04/05/2012 11:10 AM, Avi Kivity wrote: On 04/04/2012 05:15 PM, Julien Grall wrote: This patch resolves a bug in memory listener registration. range_add callback was called on each section of the both address space (IO and memory space) even if it doesn't match the address space filter.

Re: [Qemu-devel] [PATCH] memory: check address space when a listener is registered

2012-04-05 Thread Avi Kivity
On 04/04/2012 05:15 PM, Julien Grall wrote: This patch resolves a bug in memory listener registration. range_add callback was called on each section of the both address space (IO and memory space) even if it doesn't match the address space filter. Thanks, applied. Did you find this bug by

[Qemu-devel] [PATCH] memory: check address space when a listener is registered

2012-04-04 Thread Julien Grall
This patch resolves a bug in memory listener registration. range_add callback was called on each section of the both address space (IO and memory space) even if it doesn't match the address space filter. Signed-off-by: Julien Grall julien.gr...@citrix.com --- memory.c |5 + 1 files