diff options
author | Philippe Mathieu-Daudé | 2022-01-07 19:44:29 +0100 |
---|---|---|
committer | Peter Maydell | 2022-01-20 12:47:52 +0100 |
commit | 6d81f4887f66995ca94fce5f896b26339a537bd9 (patch) | |
tree | dd0eb18de62fff9746667a7f5ac5e72e0455478e /MAINTAINERS | |
parent | hw/arm/musicpal: Fix coding style of code related to MV88W8618 device (diff) | |
download | qemu-6d81f4887f66995ca94fce5f896b26339a537bd9.tar.gz qemu-6d81f4887f66995ca94fce5f896b26339a537bd9.tar.xz qemu-6d81f4887f66995ca94fce5f896b26339a537bd9.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 893a556710..e4b3a4bcdf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -774,6 +774,8 @@ M: Peter Maydell <peter.maydell@linaro.org> L: qemu-arm@nongnu.org S: Odd Fixes F: hw/arm/musicpal.c +F: hw/net/mv88w8618_eth.c +F: include/hw/net/mv88w8618_eth.h F: docs/system/arm/musicpal.rst Nuvoton NPCM7xx |