Re: [PATCH v3 0/6] block-copy: memory limit

2019-10-25 Thread Vladimir Sementsov-Ogievskiy
25.10.2019 15:31, Max Reitz wrote: > On 22.10.19 13:17, Vladimir Sementsov-Ogievskiy wrote: >> I'm going to bring block-status driven, async copying process to >> block-copy, to make it fast. The first step is to limit memory usage of >> backup, here is it. >> >> v3: >> 03: add Max's r-b >> 04: fix

Re: [PATCH v3 0/6] block-copy: memory limit

2019-10-25 Thread Max Reitz
On 22.10.19 13:17, Vladimir Sementsov-Ogievskiy wrote: > I'm going to bring block-status driven, async copying process to > block-copy, to make it fast. The first step is to limit memory usage of > backup, here is it. > > v3: > 03: add Max's r-b > 04: fix commit message and include guards, add Max

[PATCH v3 0/6] block-copy: memory limit

2019-10-22 Thread Vladimir Sementsov-Ogievskiy
I'm going to bring block-status driven, async copying process to block-copy, to make it fast. The first step is to limit memory usage of backup, here is it. v3: 03: add Max's r-b 04: fix commit message and include guards, add Max's r-b 05-06: add Max's r-b v2: [mostly by Max's comments] Now based