qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] hw/net: Move MV88W8618 network device out of hw/arm/ directo


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory
Date: Thu, 16 Dec 2021 09:45:28 +0100

This series simply extract the MV88W8618 device from the ARM
machine in hw/arm/ and move it to hw/net/.

I was expecting for this to get merged before posting a generic
network code rework series, then figured I never posted it >_<

Philippe Mathieu-Daudé (2):
  hw/arm/musicpal: Fix coding style of code related to MV88W8618 device
  hw/net: Move MV88W8618 network device out of hw/arm/ directory

 include/hw/net/mv88w8618_eth.h |  16 ++
 hw/arm/musicpal.c              | 380 +-----------------------------
 hw/net/mv88w8618_eth.c         | 406 +++++++++++++++++++++++++++++++++
 MAINTAINERS                    |   2 +
 hw/net/meson.build             |   1 +
 5 files changed, 426 insertions(+), 379 deletions(-)
 create mode 100644 include/hw/net/mv88w8618_eth.h
 create mode 100644 hw/net/mv88w8618_eth.c

-- 
2.33.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]