Re: [PATCH v3 14/24] modules: use modinfo for qom load
On 18/06/21 06:53, Gerd Hoffmann wrote: Use module database to figure which module implements a given QOM type. Drop hard-coded object list. Signed-off-by: Gerd Hoffmann --- util/module.c | 77 --- 1 file changed, 24 insertions(+), 53 deletions
[PATCH v3 14/24] modules: use modinfo for qom load
Use module database to figure which module implements a given QOM type. Drop hard-coded object list. Signed-off-by: Gerd Hoffmann --- util/module.c | 77 --- 1 file changed, 24 insertions(+), 53 deletions(-) diff --git a/util/module.c b/util/modul