]> xenbits.xensource.com Git - libvirt.git/commit
qemu: blockjob: Clarify that job 'status' field contains new state
authorPeter Krempa <pkrempa@redhat.com>
Thu, 22 Nov 2018 14:05:50 +0000 (15:05 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 17 Jan 2019 16:12:50 +0000 (17:12 +0100)
commitb3e6a2ea3a013193bba362c3d23441f421d6d651
tree5a3d28b9f525cfb46e54b9146c7ca09126cc5c59
parent4479bd461155a0e6b5106d2a08d6c62527431e1c
qemu: blockjob: Clarify that job 'status' field contains new state

The field is used to note the state the job has transitioned to while
handling the blockjob state change event. Rename the field so that it's
obvious that this is the new state and not the general state of the
blockjob.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_blockjob.c
src/qemu/qemu_blockjob.h
src/qemu/qemu_driver.c
src/qemu/qemu_process.c