Re: [libvirt] [PATCH RFC 16/51] qemu: blockjob: Clarify that job 'status' field contains new state

2019-01-07 Thread Ján Tomko
On Wed, Dec 12, 2018 at 06:08:32PM +0100, Peter Krempa wrote: 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.

[libvirt] [PATCH RFC 16/51] qemu: blockjob: Clarify that job 'status' field contains new state

2018-12-12 Thread Peter Krempa
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 --- src/qemu/qemu_blockjob.c | 12 ++--