]> git.ipfire.org Git - thirdparty/qemu.git/commit
qapi: Tidy up references to job state CONCLUDED
authorMarkus Armbruster <armbru@redhat.com>
Tue, 27 May 2025 07:39:15 +0000 (09:39 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 3 Jun 2025 06:34:57 +0000 (08:34 +0200)
commitfeeb08c260171e8a15236d20f2978c68aae4f569
tree17ac68079902227e461d41db49fcad6d0ea8945b
parent901eb8b2d8a14a0378d1c59fe37733366d4da16c
qapi: Tidy up references to job state CONCLUDED

When talking about the job state machine, we refer to the states like
READY, ABORTING, CONCLUDED, and so forth.  Except in two places, where
we use JOB_STATUS_CONCLUDED.  Replace by CONCLUDED for consistency.

We should arguably use the JobStatus enum values instead.  Left for
another day.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250527073916.1243024-13-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
qapi/block-core.json
qapi/job.json