Re: [PATCH 1/3] block: push error reporting into bdrv_all_*_snapshot functions

2020-10-12 Thread Philippe Mathieu-Daudé
On 10/12/20 1:09 PM, Max Reitz wrote: On 12.10.20 12:16, Philippe Mathieu-Daudé wrote: On 10/12/20 12:07 PM, Max Reitz wrote: On 08.10.20 19:48, Philippe Mathieu-Daudé wrote: From: Daniel P. Berrangé The bdrv_all_*_snapshot functions return a BlockDriverState pointer for the invalid backend,

Re: [PATCH 1/3] block: push error reporting into bdrv_all_*_snapshot functions

2020-10-12 Thread Max Reitz
On 12.10.20 12:16, Philippe Mathieu-Daudé wrote: > On 10/12/20 12:07 PM, Max Reitz wrote: >> On 08.10.20 19:48, Philippe Mathieu-Daudé wrote: >>> From: Daniel P. Berrangé >>> >>> The bdrv_all_*_snapshot functions return a BlockDriverState pointer >>> for the invalid backend, which the callers then

Re: [PATCH 1/3] block: push error reporting into bdrv_all_*_snapshot functions

2020-10-12 Thread Philippe Mathieu-Daudé
On 10/12/20 12:07 PM, Max Reitz wrote: On 08.10.20 19:48, Philippe Mathieu-Daudé wrote: From: Daniel P. Berrangé The bdrv_all_*_snapshot functions return a BlockDriverState pointer for the invalid backend, which the callers then use to report an error message. In some cases multiple callers ar

Re: [PATCH 1/3] block: push error reporting into bdrv_all_*_snapshot functions

2020-10-12 Thread Max Reitz
On 08.10.20 19:48, Philippe Mathieu-Daudé wrote: > From: Daniel P. Berrangé > > The bdrv_all_*_snapshot functions return a BlockDriverState pointer > for the invalid backend, which the callers then use to report an > error message. In some cases multiple callers are reporting the > same error mes

[PATCH 1/3] block: push error reporting into bdrv_all_*_snapshot functions

2020-10-08 Thread Philippe Mathieu-Daudé
From: Daniel P. Berrangé The bdrv_all_*_snapshot functions return a BlockDriverState pointer for the invalid backend, which the callers then use to report an error message. In some cases multiple callers are reporting the same error message, but with slightly different text. In the future there w