Re: [PATCH v4 0/3] plugins: generate list of symbols automatically

2024-11-19 Thread Pierrick Bouvier
On 11/19/24 06:13, Alex Bennée wrote: Pierrick Bouvier writes: Now that meson build for plugins was merged, we can cleanup another part with the symbols file. It has to be kept in sync between the header (qemu-plugin.h) and the symbols file. This has proved to be error prone and tedious. We s

Re: [PATCH v4 0/3] plugins: generate list of symbols automatically

2024-11-19 Thread Alex Bennée
Pierrick Bouvier writes: > Now that meson build for plugins was merged, we can cleanup another part with > the symbols file. > It has to be kept in sync between the header (qemu-plugin.h) and the symbols > file. This has proved to be error prone and tedious. > > We solve this by generating this l

Re: [PATCH v4 0/3] plugins: generate list of symbols automatically

2024-11-18 Thread Pierrick Bouvier
On 11/12/24 13:26, Pierrick Bouvier wrote: Now that meson build for plugins was merged, we can cleanup another part with the symbols file. It has to be kept in sync between the header (qemu-plugin.h) and the symbols file. This has proved to be error prone and tedious. We solve this by generating

[PATCH v4 0/3] plugins: generate list of symbols automatically

2024-11-12 Thread Pierrick Bouvier
Now that meson build for plugins was merged, we can cleanup another part with the symbols file. It has to be kept in sync between the header (qemu-plugin.h) and the symbols file. This has proved to be error prone and tedious. We solve this by generating this list from header directly using a pytho