Re: [Xen-devel] [PATCH 2/3] xen: introduce separate XenWatchList for XenDevice objects

2019-09-12 Thread Anthony PERARD
On Wed, Sep 11, 2019 at 03:36:17PM +0100, Paul Durrant wrote: > This patch uses the XenWatchList abstraction to add a separate watch list > for each device. This is more scalable than walking a single notifier > list for all watches and is also necessary to implement a bug-fix in a > subsequent pat

[Xen-devel] [PATCH 2/3] xen: introduce separate XenWatchList for XenDevice objects

2019-09-11 Thread Paul Durrant
This patch uses the XenWatchList abstraction to add a separate watch list for each device. This is more scalable than walking a single notifier list for all watches and is also necessary to implement a bug-fix in a subsequent patch. Signed-off-by: Paul Durrant --- Cc: Stefano Stabellini Cc: Anth