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 Huth (3): softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c include/exec: Provide the tswap() functions for target independent code, too softmmu: Make qtest.c target independent
Reviewed-by: Richard Henderson <[email protected]> r~
