Re: [PATCH 03/14] qapi: fix example of BLOCK_IO_ERROR event

2022-03-25 Thread Victor Toso
Hi, On Thu, Mar 24, 2022 at 04:47:30PM -0400, John Snow wrote: > On Thu, Mar 24, 2022 at 1:50 PM Victor Toso wrote: > > > > Reason is not optional. > > > > Signed-off-by: Victor Toso > > --- > > qapi/block-core.json | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git

Re: [PATCH 03/14] qapi: fix example of BLOCK_IO_ERROR event

2022-03-24 Thread John Snow
On Thu, Mar 24, 2022 at 1:50 PM Victor Toso wrote: > > Reason is not optional. > > Signed-off-by: Victor Toso > --- > qapi/block-core.json | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/qapi/block-core.json b/qapi/block-core.json > index 585a9e020e..5b6c069dd9 100644

[PATCH 03/14] qapi: fix example of BLOCK_IO_ERROR event

2022-03-24 Thread Victor Toso
Reason is not optional. Signed-off-by: Victor Toso --- qapi/block-core.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qapi/block-core.json b/qapi/block-core.json index 585a9e020e..5b6c069dd9 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -5059,7 +5059