• K
    job: Add job_is_ready() · df956ae2
    Kevin Wolf 提交于
    Instead of having a 'bool ready' in BlockJob, add a function that
    derives its value from the job status.
    
    At the same time, this fixes the behaviour to match what the QAPI
    documentation promises for query-block-job: 'true if the job may be
    completed'. When the ready flag was introduced in commit ef6dbf1e,
    the flag never had to be reset to match the description because after
    being ready, the jobs would immediately complete and disappear.
    
    Job transactions and manual job finalisation were introduced only later.
    With these changes, jobs may stay around even after having completed
    (and they are not ready to be completed a second time), however their
    patches forgot to reset the ready flag.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    Reviewed-by: NMax Reitz <mreitz@redhat.com>
    df956ae2
qemu-img.c 138.5 KB