Re: [PATCH for-8.1 0/3] Make softmmu/qtest.c target independent

2023-04-12 Thread Richard Henderson
On 4/11/23 20:34, Thomas Huth wrote: For being able to build universal binaries one day, we need certain files to be independent from the emulated target. qtest.c is one of these files. Rework the target specific code in there so we can finally move it from "specific_ss" to "softmmu_ss". Thomas

[PATCH for-8.1 0/3] Make softmmu/qtest.c target independent

2023-04-11 Thread Thomas Huth
For being able to build universal binaries one day, we need certain files to be independent from the emulated target. qtest.c is one of these files. Rework the target specific code in there so we can finally move it from "specific_ss" to "softmmu_ss". Thomas Huth (3): softmmu/qtest: Move the tar