Re: [PATCH v3 01/24] modules: add modinfo macros

2021-06-18 Thread Paolo Bonzini
On 18/06/21 06:53, Gerd Hoffmann wrote: Add macros for module info annotations. Instead of having that module meta-data stored in lists in util/module.c place directly in the module source code. Signed-off-by: Gerd Hoffmann --- include/qemu/module.h | 25 + 1 file ch

[PATCH v3 01/24] modules: add modinfo macros

2021-06-17 Thread Gerd Hoffmann
Add macros for module info annotations. Instead of having that module meta-data stored in lists in util/module.c place directly in the module source code. Signed-off-by: Gerd Hoffmann --- include/qemu/module.h | 25 + 1 file changed, 25 insertions(+) diff --git a/includ