Re: [Qemu-block] [PATCH 31/54] blockjob: Add permissions to block_job_create()

2017-02-24 Thread Max Reitz
On 21.02.2017 15:58, Kevin Wolf wrote: > This functions creates a BlockBackend internally, so the block jobs need > to tell it what they want to do with the BB. > > Signed-off-by: Kevin Wolf > --- > block/backup.c | 5 +++-- > block/commit.c | 5

[Qemu-block] [PATCH 31/54] blockjob: Add permissions to block_job_create()

2017-02-21 Thread Kevin Wolf
This functions creates a BlockBackend internally, so the block jobs need to tell it what they want to do with the BB. Signed-off-by: Kevin Wolf --- block/backup.c | 5 +++-- block/commit.c | 5 +++-- block/mirror.c | 5 +++--