Re: [RFC PATCH 1/2] modules: introduce target specific modules

2021-03-19 Thread Halil Pasic
On Thu, 18 Mar 2021 12:36:48 +0100 Philippe Mathieu-Daudé wrote: > > diff --git a/roms/SLOF b/roms/SLOF > > index 33a7322de1..e18ddad851 16 > > --- a/roms/SLOF > > +++ b/roms/SLOF > > @@ -1 +1 @@ > > -Subproject commit 33a7322de13e9dca4b38851a345a58d37e7a441d > > +Subproject commit

Re: [RFC PATCH 1/2] modules: introduce target specific modules

2021-03-18 Thread Philippe Mathieu-Daudé
Hi Halil, On 3/16/21 1:26 PM, Halil Pasic wrote: > After some back-and-forth in [1] Daniel suggested that > we could/should make qemu modules per-target by introducing a > dedicated modules directory for each target, which can symlink the > modules that do work with and do make sense for the

[RFC PATCH 1/2] modules: introduce target specific modules

2021-03-16 Thread Halil Pasic
After some back-and-forth in [1] Daniel suggested that we could/should make qemu modules per-target by introducing a dedicated modules directory for each target, which can symlink the modules that do work with and do make sense for the given target. That way we can avoid trying to load modules we