From a9ea0a9c930eedbc6356869099468cbe27cc7705 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 8 May 2023 14:03:14 +0200 Subject: 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 Reviewed-by: Alistair Francis Signed-off-by: Thomas Huth --- hw/net/xilinx_ethlite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/net/xilinx_ethlite.c') diff --git a/hw/net/xilinx_ethlite.c b/hw/net/xilinx_ethlite.c index 99c22819ea..89f4f3b254 100644 --- a/hw/net/xilinx_ethlite.c +++ b/hw/net/xilinx_ethlite.c @@ -25,7 +25,7 @@ #include "qemu/osdep.h" #include "qemu/module.h" #include "qom/object.h" -#include "cpu.h" /* FIXME should not use tswap* */ +#include "exec/tswap.h" #include "hw/sysbus.h" #include "hw/irq.h" #include "hw/qdev-properties.h" -- cgit 1.4.1