Re: [PATCH] qapi: Fix incorrect Since tags

2022-05-03 Thread Andrea Bolognani
On Tue, May 03, 2022 at 10:44:37AM +0200, Markus Armbruster wrote: > I posted a more complete fix as "[PATCH] qapi: Fix malformed "Since:" > section tags", and you even reviewed it :) Oh boy, I clearly need more coffee. Sorry for the noise :/ -- Andrea Bolognani / Red Hat / Virtualization

Re: [PATCH] qapi: Fix incorrect Since tags

2022-05-03 Thread Markus Armbruster
Andrea Bolognani writes: > The missing colon causes them to be interpreted as regular > text. > > Signed-off-by: Andrea Bolognani > --- > qapi/crypto.json | 2 +- > qapi/misc.json | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qapi/crypto.json b/qapi/crypto.json

[PATCH] qapi: Fix incorrect Since tags

2022-05-03 Thread Andrea Bolognani
The missing colon causes them to be interpreted as regular text. Signed-off-by: Andrea Bolognani --- qapi/crypto.json | 2 +- qapi/misc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi/crypto.json b/qapi/crypto.json index 1ec54c15ca..529aa730d4 100644 ---