On 2018-05-09 18:26, Kevin Wolf wrote: > QAPI types aren't externally visible, so we can rename them without > causing problems. Before we add a job type to Job, rename the enum > so it can be used for more than just block jobs. > > Signed-off-by: Kevin Wolf > Reviewed-by: Eric Blake > --- > qapi/block-core.json | 14 +++++++------- > include/block/blockjob_int.h | 2 +- > block/backup.c | 2 +- > block/commit.c | 2 +- > block/mirror.c | 4 ++-- > block/stream.c | 2 +- > blockjob.c | 6 +++--- > 7 files changed, 16 insertions(+), 16 deletions(-) Reviewed-by: Max Reitz