Re: [PATCH v1 0/9] qapi-go: add generator for Golang interface

2023-09-29 Thread Victor Toso
Hi, On Thu, Sep 28, 2023 at 02:40:27PM +0100, Daniel P. Berrangé wrote: > On Wed, Sep 27, 2023 at 01:25:35PM +0200, Victor Toso wrote: > > Hi, long time no see! > > > > This patch series intent is to introduce a generator that produces a Go > > module for Go applications to interact over QMP with

Re: [PATCH v1 0/9] qapi-go: add generator for Golang interface

2023-09-29 Thread Victor Toso
Hi, On Thu, Sep 28, 2023 at 02:54:10PM +0100, Daniel P. Berrangé wrote: > On Thu, Sep 28, 2023 at 02:40:27PM +0100, Daniel P. Berrangé wrote: > > On Wed, Sep 27, 2023 at 01:25:35PM +0200, Victor Toso wrote: > > IOW, it would push towards > > > >go-qemu.git > >go-qga.git > >go-qsd.git

Re: [PATCH v1 0/9] qapi-go: add generator for Golang interface

2023-09-28 Thread Daniel P . Berrangé
On Thu, Sep 28, 2023 at 02:40:27PM +0100, Daniel P. Berrangé wrote: > On Wed, Sep 27, 2023 at 01:25:35PM +0200, Victor Toso wrote: > > Hi, long time no see! > > > > This patch series intent is to introduce a generator that produces a Go > > module for Go applications to interact over QMP with QEMU

Re: [PATCH v1 0/9] qapi-go: add generator for Golang interface

2023-09-28 Thread Daniel P . Berrangé
On Wed, Sep 27, 2023 at 01:25:35PM +0200, Victor Toso wrote: > Hi, long time no see! > > This patch series intent is to introduce a generator that produces a Go > module for Go applications to interact over QMP with QEMU. snip > Victor Toso (9): > qapi: golang: Generate qapi's enum types in G

Re: [PATCH v1 0/9] qapi-go: add generator for Golang interface

2023-09-27 Thread Victor Toso
On Wed, Sep 27, 2023 at 01:25:35PM +0200, Victor Toso wrote: > Hi, long time no see! > > This patch series intent is to introduce a generator that produces a Go > module for Go applications to interact over QMP with QEMU. > > This idea was discussed before, as RFC: > (RFC v1) https://lists.gnu.o

[PATCH v1 0/9] qapi-go: add generator for Golang interface

2023-09-27 Thread Victor Toso
Hi, long time no see! This patch series intent is to introduce a generator that produces a Go module for Go applications to interact over QMP with QEMU. This idea was discussed before, as RFC: (RFC v1) https://lists.gnu.org/archive/html/qemu-devel/2022-04/msg00226.html (RFC v2) https://lists.gn