Re: [Qemu-devel] [PATCH v5] memory: do not notify for non inclusive overlap entry

2019-07-02 Thread Yan Zhao
On Mon, Jul 01, 2019 at 06:10:33PM +0800, Auger Eric wrote: > Hi Yan, > > On 6/29/19 12:19 AM, Yan Zhao wrote: > > if an entry has non inclusive overlap with the notifier, print warning > > message and do not do notification for it. > > > > Out of scope mapping/unmapping would cause problem, as i

Re: [Qemu-devel] [PATCH v5] memory: do not notify for non inclusive overlap entry

2019-07-01 Thread Auger Eric
Hi Yan, On 6/29/19 12:19 AM, Yan Zhao wrote: > if an entry has non inclusive overlap with the notifier, print warning > message and do not do notification for it. > > Out of scope mapping/unmapping would cause problem, as in below case: > > 1. initially there are two notifiers with ranges > 0-0x

[Qemu-devel] [PATCH v5] memory: do not notify for non inclusive overlap entry

2019-06-28 Thread Yan Zhao
if an entry has non inclusive overlap with the notifier, print warning message and do not do notification for it. Out of scope mapping/unmapping would cause problem, as in below case: 1. initially there are two notifiers with ranges 0-0xfedf, 0xfef0-0x, IOVAs from 0x3c