Re: [PATCH v2.1] qapi: fix example of BLOCK_IMAGE_CORRUPTED event

2022-03-28 Thread Markus Armbruster
Victor Toso writes: > Example output lacks mandatory member @fatal. Provide it. > > Example output shows a value of @msg no version of the code > produces. No big deal, but replace it anyway by one that > today's code does produce. > > Signed-off-by: Victor Toso > --- > qapi/block-core.json |

[PATCH v2.1] qapi: fix example of BLOCK_IMAGE_CORRUPTED event

2022-03-28 Thread Victor Toso
Example output lacks mandatory member @fatal. Provide it. Example output shows a value of @msg no version of the code produces. No big deal, but replace it anyway by one that today's code does produce. Signed-off-by: Victor Toso --- qapi/block-core.json | 7 +++ 1 file changed, 3 insertio