OSDN Git Service

hw/net: Move MV88W8618 network device out of hw/arm/ directory
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 7 Jan 2022 18:44:29 +0000 (19:44 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Jan 2022 11:47:52 +0000 (11:47 +0000)
commit6d81f4887f66995ca94fce5f896b26339a537bd9
treedd0eb18de62fff9746667a7f5ac5e72e0455478e
parent8ede0245e210075f6272b6c91cde648a01003676
hw/net: Move MV88W8618 network device out of hw/arm/ directory

The Marvell 88W8618 network device is hidden in the Musicpal
machine. Move it into a new unit file under the hw/net/ directory.

Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20220107184429.423572-4-f4bug@amsat.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
hw/arm/musicpal.c
hw/net/meson.build
hw/net/mv88w8618_eth.c [new file with mode: 0644]
include/hw/net/mv88w8618_eth.h [new file with mode: 0644]