Re: [PATCH 3/3] meson: cleanup common-user/ build

2021-12-22 Thread Paolo Bonzini
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

Re: [PATCH 3/3] meson: cleanup common-user/ build

2021-12-21 Thread Richard Henderson
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

[PATCH 3/3] meson: cleanup common-user/ build

2021-12-21 Thread Paolo Bonzini
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