OSDN Git Service

hw/net: Move xilinx_ethlite.c to the target-independent source set
authorThomas Huth <thuth@redhat.com>
Mon, 8 May 2023 12:03:14 +0000 (14:03 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 16 May 2023 07:14:18 +0000 (09:14 +0200)
commita9ea0a9c930eedbc6356869099468cbe27cc7705
treedfdcbc94bc5395bbafc2ade5cecf3cf970888799
parent89c81b3d4c1ccafa22f58a6169c9410003654b8e
hw/net: Move xilinx_ethlite.c to the target-independent source set

Now that the tswap() functions are available for target-independent
code, too, we can move xilinx_ethlite.c from specific_ss to softmmu_ss
to avoid that we have to compile this file multiple times.

Message-Id: <20230508120314.59274-1-thuth@redhat.com>
Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/net/meson.build
hw/net/xilinx_ethlite.c