hw/char: Move two more files from specific_ss to softmmu_ss
commit8708c46306b8422eb0cbb882f88cdad29c041725
authorThomas Huth <thuth@redhat.com>
Tue, 11 Apr 2023 17:32:06 +0000 (11 19:32 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 20 Apr 2023 09:25:32 +0000 (20 11:25 +0200)
treed98de1c2bdd3cdf8c9c5aa2199ef3648ddbcd01b
parent123fa10279572dff2a280a8170e0888e0bf0bf79
hw/char: Move two more files from specific_ss to softmmu_ss

The code for these two devices seems to be independent from any
target specific macros. "riscv_htif.c" is used for both, riscv32 and
riscv64, so by moving this to the common code source set, we can
avoid to compile it twice every time.
"goldfish_tty.c" is only used for one target at the moment, but
since it is a paravirtualized device, it could get useful for other
targets one day, so let's move it now, too.

Message-Id: <20230411173206.1511621-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/char/meson.build