Re: [PATCH v5 01/10] module: qom module support

2022-09-05 Thread Philippe Mathieu-Daudé via
On 5/9/22 11:17, Claudio Fontana wrote: Hello Gerd, Paolo, this commit from 2020, together with others in the same series, contains a flaw that now comes back to bite. From commit 28457744c345ca4ccb58c984c9552e9c5955a9de ("module: qom module support") : On 6/24/20 15:10, Gerd Hoffmann wrote

Re: [PATCH v5 01/10] module: qom module support

2022-09-05 Thread Claudio Fontana
Hello Gerd, Paolo, this commit from 2020, together with others in the same series, contains a flaw that now comes back to bite. >From commit 28457744c345ca4ccb58c984c9552e9c5955a9de ("module: qom module >support") : On 6/24/20 15:10, Gerd Hoffmann wrote: > Add support for qom types provided by

Re: [PATCH v5 01/10] module: qom module support

2020-07-21 Thread Gerd Hoffmann
> > +/* > > + * Building devices and other qom objects modular is mostly useful in > > + * case they have dependencies to external shared libraries, so we can > > + * cut down the core qemu library dependencies. Which is the case for > > + * only a very few devices & objects. > > + * > > + * So wi

Re: [PATCH v5 01/10] module: qom module support

2020-07-20 Thread Christophe de Dinechin
On 2020-06-24 at 15:10 CEST, Gerd Hoffmann wrote... > Add support for qom types provided by modules. For starters use a > manually maintained list which maps qom type to module and prefix. > > Two load functions are added: One to load the module for a specific > type, and one to load all module

[PATCH v5 01/10] module: qom module support

2020-06-24 Thread Gerd Hoffmann
Add support for qom types provided by modules. For starters use a manually maintained list which maps qom type to module and prefix. Two load functions are added: One to load the module for a specific type, and one to load all modules (needed for object/device lists as printed by -- for example