Re: [Qemu-devel] [PATCH 7/8] io: remove Error parameter from QIOTask thread worker

2017-01-05 Thread Eric Blake
On 01/05/2017 10:03 AM, Daniel P. Berrange wrote: > Now that task objects have a directly associated error, > there's no need for an an Error **errp parameter to > the QIOTask thread worker function. It already has a > QIOTask object, so can directly set the error on it. > > Signed-off-by: Daniel

[Qemu-devel] [PATCH 7/8] io: remove Error parameter from QIOTask thread worker

2017-01-05 Thread Daniel P. Berrange
Now that task objects have a directly associated error, there's no need for an an Error **errp parameter to the QIOTask thread worker function. It already has a QIOTask object, so can directly set the error on it. Signed-off-by: Daniel P. Berrange --- include/io/task.h| 19 +-