Re: [PATCH v1 12/16] qapi: fix example of blockdev-add command

2022-09-02 Thread Victor Toso
Hi, On Thu, Sep 01, 2022 at 01:13:19PM +0200, Markus Armbruster wrote: > Victor Toso writes: > > > Hi, > > > > First of all, I'm happy that this patch got us into this > > discussion. > > Me too! > > > On Wed, Aug 31, 2022 at 04:53:49PM +0200, Markus Armbruster wrote: > >> Victor Toso

Re: [PATCH v1 12/16] qapi: fix example of blockdev-add command

2022-09-01 Thread Markus Armbruster
Victor Toso writes: > Hi, > > First of all, I'm happy that this patch got us into this > discussion. Me too! > On Wed, Aug 31, 2022 at 04:53:49PM +0200, Markus Armbruster wrote: >> Victor Toso writes: >> >> > Hi, >> > >> > On Wed, Aug 31, 2022 at 03:16:54PM +0200, Markus Armbruster wrote: >>

Re: [PATCH v1 12/16] qapi: fix example of blockdev-add command

2022-09-01 Thread Victor Toso
Hi, First of all, I'm happy that this patch got us into this discussion. On Wed, Aug 31, 2022 at 04:53:49PM +0200, Markus Armbruster wrote: > Victor Toso writes: > > > Hi, > > > > On Wed, Aug 31, 2022 at 03:16:54PM +0200, Markus Armbruster wrote: > >> Cc: Kevin for an improved chance of getting

Re: [PATCH v1 12/16] qapi: fix example of blockdev-add command

2022-08-31 Thread Markus Armbruster
Victor Toso writes: > Hi, > > On Wed, Aug 31, 2022 at 03:16:54PM +0200, Markus Armbruster wrote: >> Cc: Kevin for an improved chance of getting any nonsense I might write >> corrected. >> >> Victor Toso writes: >> >> > Hi, >> > >> > On Wed, Aug 31, 2022 at 01:40:50PM +0200, Markus Armbruster

Re: [PATCH v1 12/16] qapi: fix example of blockdev-add command

2022-08-31 Thread Victor Toso
Hi, On Wed, Aug 31, 2022 at 03:16:54PM +0200, Markus Armbruster wrote: > Cc: Kevin for an improved chance of getting any nonsense I might write > corrected. > > Victor Toso writes: > > > Hi, > > > > On Wed, Aug 31, 2022 at 01:40:50PM +0200, Markus Armbruster wrote: > >> Victor Toso writes: > >>

Re: [PATCH v1 12/16] qapi: fix example of blockdev-add command

2022-08-31 Thread Markus Armbruster
Cc: Kevin for an improved chance of getting any nonsense I might write corrected. Victor Toso writes: > Hi, > > On Wed, Aug 31, 2022 at 01:40:50PM +0200, Markus Armbruster wrote: >> Victor Toso writes: >> >> > The example output is setting optional member "backing" with null. >> > This has no

Re: [PATCH v1 12/16] qapi: fix example of blockdev-add command

2022-08-31 Thread Victor Toso
Hi, On Wed, Aug 31, 2022 at 01:40:50PM +0200, Markus Armbruster wrote: > Victor Toso writes: > > > The example output is setting optional member "backing" with null. > > This has no runtime impact. Remove it. > > > > Problem was noticed when using the example as a test case for Go > > bindings.

Re: [PATCH v1 12/16] qapi: fix example of blockdev-add command

2022-08-31 Thread Markus Armbruster
Victor Toso writes: > The example output is setting optional member "backing" with null. > This has no runtime impact. Remove it. > > Problem was noticed when using the example as a test case for Go > bindings. "Fix example" and "problem" implies there's something wrong. "No runtime impact"

[PATCH v1 12/16] qapi: fix example of blockdev-add command

2022-08-30 Thread Victor Toso
The example output is setting optional member "backing" with null. This has no runtime impact. Remove it. Problem was noticed when using the example as a test case for Go bindings. Signed-off-by: Victor Toso --- qapi/block-core.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)