Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface

2023-11-09 Thread Victor Toso
Hi, On Thu, Nov 09, 2023 at 10:35:07AM -0800, Andrea Bolognani wrote: > On Mon, Oct 16, 2023 at 05:26:53PM +0200, Victor Toso wrote: > > This patch series intent is to introduce a generator that produces a Go > > module for Go applications to interact over QMP with QEMU. > > > > This is the second

Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface

2023-11-09 Thread Andrea Bolognani
On Mon, Oct 16, 2023 at 05:26:53PM +0200, Victor Toso wrote: > This patch series intent is to introduce a generator that produces a Go > module for Go applications to interact over QMP with QEMU. > > This is the second iteration: > v1: https://lists.gnu.org/archive/html/qemu-devel/2023-09/msg06734

Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface

2023-11-06 Thread Victor Toso
Hi, On Fri, Nov 03, 2023 at 11:34:18AM -0700, Andrea Bolognani wrote: > On Tue, Oct 31, 2023 at 09:42:10AM -0700, Andrea Bolognani wrote: > > On Fri, Oct 27, 2023 at 07:33:30PM +0200, Victor Toso wrote: > > > Hi, > > > > > > Daniel & Andrea, it would be great to have your take on the Go > > > side

Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface

2023-11-03 Thread Andrea Bolognani
On Tue, Oct 31, 2023 at 09:42:10AM -0700, Andrea Bolognani wrote: > On Fri, Oct 27, 2023 at 07:33:30PM +0200, Victor Toso wrote: > > Hi, > > > > Daniel & Andrea, it would be great to have your take on the Go > > side of this series. If we can agree with an acceptable > > 'unstable' version of Go mo

Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface

2023-10-31 Thread Andrea Bolognani
On Fri, Oct 27, 2023 at 07:33:30PM +0200, Victor Toso wrote: > Hi, > > Daniel & Andrea, it would be great to have your take on the Go > side of this series. If we can agree with an acceptable > 'unstable' version of Go modules, we can start building on top of > this: > - libraries/tools in Go to i

Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface

2023-10-27 Thread Victor Toso
Hi, Daniel & Andrea, it would be great to have your take on the Go side of this series. If we can agree with an acceptable 'unstable' version of Go modules, we can start building on top of this: - libraries/tools in Go to interact with QEMU - qapi specs to fix limitations (e.g: Data type names)

[PATCH v2 00/11] qapi-go: add generator for Golang interface

2023-10-16 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. This is the second iteration: v1: https://lists.gnu.org/archive/html/qemu-devel/2023-09/msg06734.html I've pushed this series in my gitlab fork: https://gitlab.com/v