Re: [PATCH] hw/net: Move xilinx_ethlite.c to the target-independent source set

2023-05-14 Thread Alistair Francis
On Mon, May 8, 2023 at 10:04 PM Thomas Huth wrote: > > 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. > > Signed-off-by: Thomas Huth Reviewed

Re: [PATCH] hw/net: Move xilinx_ethlite.c to the target-independent source set

2023-05-08 Thread Francisco Iglesias
On [2023 May 08] Mon 14:03:14, Thomas Huth wrote: > 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. > > Signed-off-by: Thomas Huth Reviewed-by

[PATCH] hw/net: Move xilinx_ethlite.c to the target-independent source set

2023-05-08 Thread Thomas Huth
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. Signed-off-by: Thomas Huth --- hw/net/xilinx_ethlite.c | 2 +- hw/net/meson.build | 2 +- 2 f