Re: [PATCH v3 1/9] job: refactor progress to separate object

2020-03-10 Thread Max Reitz
On 06.03.20 08:38, Vladimir Sementsov-Ogievskiy wrote: > We need it in separate to pass to the block-copy object in the next > commit. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Vladimir Sementsov-Ogievskiy > Reviewed-by: Andrey Shinkevich > --- > include/qemu/job.h| 11 ++-

Re: [PATCH v3 1/9] job: refactor progress to separate object

2020-03-10 Thread Andrey Shinkevich
On 06/03/2020 10:38, Vladimir Sementsov-Ogievskiy wrote: We need it in separate to pass to the block-copy object in the next commit. Cc: qemu-sta...@nongnu.org Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Andrey Shinkevich --- include/qemu/job.h| 11 ++- include/

[PATCH v3 1/9] job: refactor progress to separate object

2020-03-05 Thread Vladimir Sementsov-Ogievskiy
We need it in separate to pass to the block-copy object in the next commit. Cc: qemu-sta...@nongnu.org Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Andrey Shinkevich --- include/qemu/job.h| 11 ++- include/qemu/progress_meter.h | 58 ++