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

Philippe Mathieu-Daudé posted 2 patches 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211216125647.805544-1-f4bug@amsat.org
There is a newer version of this series
include/hw/net/mv88w8618_eth.h |  12 +
hw/arm/musicpal.c              | 380 +------------------------------
hw/net/mv88w8618_eth.c         | 402 +++++++++++++++++++++++++++++++++
MAINTAINERS                    |   2 +
hw/net/meson.build             |   1 +
5 files changed, 418 insertions(+), 379 deletions(-)
create mode 100644 include/hw/net/mv88w8618_eth.h
create mode 100644 hw/net/mv88w8618_eth.c
[PATCH v2 0/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory
Posted by Philippe Mathieu-Daudé 2 years, 4 months ago
This series simply extract the MV88W8618 device from the ARM
machine in hw/arm/ and move it to hw/net/.

Since v1:
- update (c) notice

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 |  12 +
 hw/arm/musicpal.c              | 380 +------------------------------
 hw/net/mv88w8618_eth.c         | 402 +++++++++++++++++++++++++++++++++
 MAINTAINERS                    |   2 +
 hw/net/meson.build             |   1 +
 5 files changed, 418 insertions(+), 379 deletions(-)
 create mode 100644 include/hw/net/mv88w8618_eth.h
 create mode 100644 hw/net/mv88w8618_eth.c

-- 
2.33.1