Re: [PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-02-11 Thread Victor Toso
Hi, On Tue, Feb 11, 2025 at 11:10:37AM +, Daniel P. Berrangé wrote: > On Tue, Feb 11, 2025 at 11:25:05AM +0100, Victor Toso wrote: > > Hi, > > > > On Thu, Jan 16, 2025 at 09:59:52PM +, Daniel P. Berrangé wrote: > > > Pause here if you've read enough for now. > > > > > > >

Re: [PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-02-11 Thread Daniel P . Berrangé
On Tue, Feb 11, 2025 at 11:25:05AM +0100, Victor Toso wrote: > Hi, > > On Thu, Jan 16, 2025 at 09:59:52PM +, Daniel P. Berrangé wrote: > > Pause here if you've read enough for now. > > > > > > > > As a way to validate these thoughts, I spent a day to mock up a demo > > of a QA

Re: [PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-02-11 Thread Victor Toso
Hi, On Thu, Jan 16, 2025 at 09:59:52PM +, Daniel P. Berrangé wrote: > Pause here if you've read enough for now. > > > > As a way to validate these thoughts, I spent a day to mock up a demo > of a QAPI client and server implementation. > > First I created some manually written

Re: [PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-01-29 Thread Victor Toso
Hi, On Thu, Jan 16, 2025 at 09:59:52PM +, Daniel P. Berrangé wrote: > On Fri, Jan 10, 2025 at 11:49:38AM +0100, Victor Toso wrote: > > I've pushed this series in my gitlab fork: > > https://gitlab.com/victortoso/qapi-go/ > > > > The fork contains some tests, including tests that were generate

Re: [PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-01-17 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Fri, Jan 10, 2025 at 11:49:38AM +0100, Victor Toso wrote: >> I've pushed this series in my gitlab fork: >> https://gitlab.com/victortoso/qapi-go/ >> >> The fork contains some tests, including tests that were generated from >> QAPI's own examples from another gener

Re: [PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-01-17 Thread Daniel P . Berrangé
On Mon, Jan 13, 2025 at 01:52:25PM +0100, Markus Armbruster wrote: > Victor Toso writes: > > > This patch series intent is to introduce a generator that produces a Go > > module for Go applications to interact over QMP with QEMU. > > > > The initial Goal is to have a Go module that works as inten

Re: [PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-01-16 Thread Daniel P . Berrangé
On Fri, Jan 10, 2025 at 11:49:38AM +0100, Victor Toso wrote: > I've pushed this series in my gitlab fork: > https://gitlab.com/victortoso/qapi-go/ > > The fork contains some tests, including tests that were generated from > QAPI's own examples from another generator created for testing, if you > a

Re: [PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-01-14 Thread Victor Toso
Hi, On Mon, Jan 13, 2025 at 01:52:25PM +0100, Markus Armbruster wrote: > Victor Toso writes: > > > This patch series intent is to introduce a generator that produces a Go > > module for Go applications to interact over QMP with QEMU. > > > > The initial Goal is to have a Go module that works as

Re: [PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-01-13 Thread Markus Armbruster
Victor Toso writes: > This patch series intent is to introduce a generator that produces a Go > module for Go applications to interact over QMP with QEMU. > > The initial Goal is to have a Go module that works as intended and can > be improved upon. I'd consider initial releases to be alpha while

[PATCH v3 0/8] qapi-go: add generator for Golang interfaces

2025-01-10 Thread Victor Toso
This patch series intent is to introduce a generator that produces a Go module for Go applications to interact over QMP with QEMU. The initial Goal is to have a Go module that works as intended and can be improved upon. I'd consider initial releases to be alpha while we work with utilities tools a