Re: [PATCH v2 1/7] qdev: add support for device module loading

2020-06-04 Thread BALATON Zoltan
On Thu, 4 Jun 2020, Gerd Hoffmann wrote: When compiling devices as modules we'll need some infrastrtucture to actually load those modules if needed. This patch adds it. Signed-off-by: Gerd Hoffmann --- include/hw/qdev-core.h | 3 +++ include/qemu/module.h | 1 + hw/core/qdev.c | 50

[PATCH v2 1/7] qdev: add support for device module loading

2020-06-04 Thread Gerd Hoffmann
When compiling devices as modules we'll need some infrastrtucture to actually load those modules if needed. This patch adds it. Signed-off-by: Gerd Hoffmann --- include/hw/qdev-core.h | 3 +++ include/qemu/module.h | 1 + hw/core/qdev.c | 50