On 2018-05-09 18:26, Kevin Wolf wrote: > This moves the job list from BlockJob to Job. Now we can check for > duplicate IDs in job_create(). > > Signed-off-by: Kevin Wolf > --- > include/block/blockjob.h | 3 --- > include/qemu/job.h | 19 +++++++++++++++++++ > blockjob.c | 47 +++++++++++++++++++++++++---------------------- > job.c | 31 +++++++++++++++++++++++++++++++ > 4 files changed, 75 insertions(+), 25 deletions(-) Reviewed-by: Max Reitz