Re: [PATCH 11/14] qapi: fix example of MEMORY_FAILURE

2022-03-24 Thread John Snow
On Thu, Mar 24, 2022 at 1:50 PM Victor Toso wrote: > > Minor issues found and fixed with the example: > * The JSON object of EVENT was not closed > * Missing timestamp > * Flags are optional but if defined then all members should be > include so we add "recursive" member. Oh, yeah. Good call.

[PATCH 11/14] qapi: fix example of MEMORY_FAILURE

2022-03-24 Thread Victor Toso
Minor issues found and fixed with the example: * The JSON object of EVENT was not closed * Missing timestamp * Flags are optional but if defined then all members should be include so we add "recursive" member. * Changed string from '' to "" in action-required member. Signed-off-by: Victor Toso