Re: [Qemu-devel] [PULL 19/32] commit: Fix use of error handling policy

2016-07-11 Thread Kevin Wolf
Am 11.07.2016 um 13:40 hat Paolo Bonzini geschrieben: > > > On 11/07/2016 13:22, Kevin Wolf wrote: > >>> > > Commit implemented the 'enospc' policy as 'ignore' if the error was > >>> > > not > >> > > >> > Was there supposed to be a commit id in this sentence? > > Yes. Or well, I intended to put

Re: [Qemu-devel] [PULL 19/32] commit: Fix use of error handling policy

2016-07-11 Thread Paolo Bonzini
On 11/07/2016 13:22, Kevin Wolf wrote: >>> > > Commit implemented the 'enospc' policy as 'ignore' if the error was not >> > >> > Was there supposed to be a commit id in this sentence? > Yes. Or well, I intended to put a commit id there, but it's really since > live commit was first merged in 747

[Qemu-devel] [PULL 19/32] commit: Fix use of error handling policy

2016-07-08 Thread Kevin Wolf
Commit implemented the 'enospc' policy as 'ignore' if the error was not ENOSPC. The QAPI documentation promises that it's treated as 'stop'. Using the common block job error handling function fixes this and also adds the missing QMP event. Signed-off-by: Kevin Wolf Reviewed-by: Max Reitz --- bl