Re: [PATCH 00/37] accel/tcg, codebase: Build once patches

2025-03-13 Thread Pierrick Bouvier
On 3/13/25 10:48, Philippe Mathieu-Daudé wrote: On 13/3/25 17:36, Pierrick Bouvier wrote: On 3/12/25 20:44, Richard Henderson wrote: All this is working toward building accel/tcg/translator.c once, but it got late and I decided to stop at a convenient milestone. In the process, I discovered th

Re: [PATCH 00/37] accel/tcg, codebase: Build once patches

2025-03-13 Thread Philippe Mathieu-Daudé
On 13/3/25 17:36, Pierrick Bouvier wrote: On 3/12/25 20:44, Richard Henderson wrote: All this is working toward building accel/tcg/translator.c once, but it got late and I decided to stop at a convenient milestone. In the process, I discovered that we have already added files to common_ss which

Re: [PATCH 00/37] accel/tcg, codebase: Build once patches

2025-03-13 Thread Pierrick Bouvier
On 3/12/25 20:44, Richard Henderson wrote: All this is working toward building accel/tcg/translator.c once, but it got late and I decided to stop at a convenient milestone. In the process, I discovered that we have already added files to common_ss which indirectly depend on CONFIG_USER_ONLY. So

Re: [PATCH 00/37] accel/tcg, codebase: Build once patches

2025-03-13 Thread Alex Bennée
Richard Henderson writes: > All this is working toward building accel/tcg/translator.c once, > but it got late and I decided to stop at a convenient milestone. > > > I know there is overlap with other in-flight patches, but it > seemed easiest to just start from master. I guess that was why the

[PATCH 00/37] accel/tcg, codebase: Build once patches

2025-03-12 Thread Richard Henderson
All this is working toward building accel/tcg/translator.c once, but it got late and I decided to stop at a convenient milestone. In the process, I discovered that we have already added files to common_ss which indirectly depend on CONFIG_USER_ONLY. Sometimes this is harmless, and sometimes it re