On 5/17/23 00:42, Thomas Huth wrote:
Now that the st*_p and ld*_p functions can be used from common code, too, we can move ioport.c from specific_ss into softmmu_ss to avoid that we have to compile it multiple times.Signed-off-by: Thomas Huth<th...@redhat.com> --- softmmu/ioport.c | 2 +- softmmu/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~