Re: [PATCH v3 00/14] Fix some qapi examples and a TODO section

2022-03-31 Thread Markus Armbruster
Victor Toso writes: > Hi, > > I've being using the examples as unit tests and found a few that > doesn't work out-of-the-box, might be inteded in order to be less > verbose in the qapi documentation but nevertheless I'm sending this > out in case you want to cherry-pick them. All queued, thanks!

Re: [PATCH v3 00/14] Fix some qapi examples and a TODO section

2022-03-29 Thread John Snow
On Tue, Mar 29, 2022 at 12:00 PM Markus Armbruster wrote: > > Victor Toso writes: > > > Hi, > > > > I've being using the examples as unit tests and found a few that > > doesn't work out-of-the-box, might be inteded in order to be less > > verbose in the qapi documentation but nevertheless I'm sen

Re: [PATCH v3 00/14] Fix some qapi examples and a TODO section

2022-03-29 Thread Markus Armbruster
Victor Toso writes: > Hi, > > I've being using the examples as unit tests and found a few that > doesn't work out-of-the-box, might be inteded in order to be less > verbose in the qapi documentation but nevertheless I'm sending this > out in case you want to cherry-pick them. Lovely doc fixes.

[PATCH v3 00/14] Fix some qapi examples and a TODO section

2022-03-28 Thread Victor Toso
Hi, I've being using the examples as unit tests and found a few that doesn't work out-of-the-box, might be inteded in order to be less verbose in the qapi documentation but nevertheless I'm sending this out in case you want to cherry-pick them. * Changes in v3: Improved commit log from patch 03 t