qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory
@ 2021-12-17 23:30 Philippe Mathieu-Daudé
  2021-12-17 23:30 ` [PATCH v3 1/3] hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/ Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-12-17 23:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Jason Wang, Richard Henderson,
	Philippe Mathieu-Daudé, qemu-arm, Jan Kiszka, Gerd Hoffmann

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

Since v2:
- declare MARVELL_88W8618 in hw/arm/Kconfig
- use MARVELL_88W8618 Kconfig (rth)

Since v1:
- update (c) notice

Philippe Mathieu-Daudé (3):
  hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/
  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/arm/Kconfig                 |   3 +
 hw/audio/Kconfig               |   3 -
 hw/net/meson.build             |   1 +
 7 files changed, 421 insertions(+), 382 deletions(-)
 create mode 100644 include/hw/net/mv88w8618_eth.h
 create mode 100644 hw/net/mv88w8618_eth.c

-- 
2.33.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-01-07 18:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-17 23:30 [PATCH v3 0/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory Philippe Mathieu-Daudé
2021-12-17 23:30 ` [PATCH v3 1/3] hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/ Philippe Mathieu-Daudé
2021-12-17 23:42   ` Richard Henderson
2021-12-17 23:30 ` [PATCH v3 2/3] hw/arm/musicpal: Fix coding style of code related to MV88W8618 device Philippe Mathieu-Daudé
2021-12-17 23:30 ` [PATCH v3 3/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory Philippe Mathieu-Daudé
2022-01-06 14:48 ` [PATCH v3 0/3] " Peter Maydell
2022-01-07 18:34   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).