Re: [Qemu-devel] [PATCH 17/21] backup: make all reads not serializing

2017-01-31 Thread Stefan Hajnoczi
On Fri, Dec 23, 2016 at 05:29:00PM +0300, Vladimir Sementsov-Ogievskiy wrote: > To simplify things make all reads not serializing, not only from > notifiers. This is needed because after the following patch, there would > not be strong division between reads from notifiers or not - they all > would

[Qemu-devel] [PATCH 17/21] backup: make all reads not serializing

2016-12-23 Thread Vladimir Sementsov-Ogievskiy
To simplify things make all reads not serializing, not only from notifiers. This is needed because after the following patch, there would not be strong division between reads from notifiers or not - they all would be called from one place. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/ba