Re: [PATCH 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event

2022-03-25 Thread John Snow
On Fri, Mar 25, 2022 at 4:59 PM Victor Toso wrote: > > Hi, > > On Fri, Mar 25, 2022 at 01:43:06PM +0100, Markus Armbruster wrote: > > John Snow writes: > > > > > On Thu, Mar 24, 2022 at 3:15 PM John Snow wrote: > > >> > > >> > > >> > > >> On Thu, Mar 24, 2022, 1:50 PM Victor Toso wrote: > > >>>

Re: [PATCH 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event

2022-03-25 Thread Victor Toso
Hi, On Fri, Mar 25, 2022 at 01:43:06PM +0100, Markus Armbruster wrote: > John Snow writes: > > > On Thu, Mar 24, 2022 at 3:15 PM John Snow wrote: > >> > >> > >> > >> On Thu, Mar 24, 2022, 1:50 PM Victor Toso wrote: > >>> > >>> Fatal is not optional. > >>> > >>> Signed-off-by: Victor Toso > >>

Re: [PATCH 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event

2022-03-25 Thread Markus Armbruster
John Snow writes: > On Thu, Mar 24, 2022 at 3:15 PM John Snow wrote: >> >> >> >> On Thu, Mar 24, 2022, 1:50 PM Victor Toso wrote: >>> >>> Fatal is not optional. >>> >>> Signed-off-by: Victor Toso >>> --- >>> qapi/block-core.json | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>

Re: [PATCH 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event

2022-03-24 Thread John Snow
On Thu, Mar 24, 2022 at 3:15 PM John Snow wrote: > > > > On Thu, Mar 24, 2022, 1:50 PM Victor Toso wrote: >> >> Fatal is not optional. >> >> Signed-off-by: Victor Toso >> --- >> qapi/block-core.json | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/qapi/block-core.json

Re: [PATCH 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event

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

[PATCH 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event

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