Re: [Qemu-block] [PATCH 09/42] job: Rename BlockJobType into JobType

2018-05-11 Thread Max Reitz
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 > --- > qa

[Qemu-block] [PATCH 09/42] job: Rename BlockJobType into JobType

2018-05-09 Thread Kevin Wolf
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