Il mar 21 dic 2021, 21:32 Richard Henderson
ha scritto:
> On 12/21/21 8:33 AM, Paolo Bonzini wrote:
> > Do not go through a static_library, which is only necessary in order to
> reuse
> > some source files between emulators and tests.
>
> That's not true, is it. Anyway, you're moving the file to
On 12/21/21 8:33 AM, Paolo Bonzini wrote:
Do not go through a static_library, which is only necessary in order to reuse
some source files between emulators and tests.
That's not true, is it. Anyway, you're moving the file to a different static_library. I
though I had tried this myself, but I
Do not go through a static_library, which is only necessary in order to reuse
some source files between emulators and tests. Instead just place common files
for all user-mode emulators in common_ss, similar to what is already done for
softmmu_ss in full system emulators.
The only disadvantage is