From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Jason Wang" <jasowang@redhat.com>,
qemu-arm@nongnu.org, "Jan Kiszka" <jan.kiszka@web.de>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: [PATCH 0/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory
Date: Thu, 16 Dec 2021 09:45:28 +0100 [thread overview]
Message-ID: <20211216084530.698125-1-f4bug@amsat.org> (raw)
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
next reply other threads:[~2021-12-16 8:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-16 8:45 Philippe Mathieu-Daudé [this message]
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é
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211216084530.698125-1-f4bug@amsat.org \
--to=f4bug@amsat.org \
--cc=jan.kiszka@web.de \
--cc=jasowang@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).