qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory
@ 2021-12-16  8:45 Philippe Mathieu-Daudé
  2021-12-16  8:45 ` [PATCH 1/2] hw/arm/musicpal: Fix coding style of code related to MV88W8618 device Philippe Mathieu-Daudé
  2021-12-16  8:45 ` [PATCH 2/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-12-16  8:45 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Jason Wang, qemu-arm, Jan Kiszka,
	Philippe Mathieu-Daudé

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



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

end of thread, other threads:[~2021-12-16  9:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16  8:45 [PATCH 0/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory Philippe Mathieu-Daudé
2021-12-16  8:45 ` [PATCH 1/2] hw/arm/musicpal: Fix coding style of code related to MV88W8618 device Philippe Mathieu-Daudé
2021-12-16  8:45 ` [PATCH 2/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory Philippe Mathieu-Daudé
2021-12-16  9:03   ` 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).