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>
Subject: Re: [PATCH 2/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory
Date: Thu, 16 Dec 2021 10:03:01 +0100 [thread overview]
Message-ID: <e165b04e-f1c9-41a4-bd58-a2cbe8f980ae@amsat.org> (raw)
In-Reply-To: <20211216084530.698125-3-f4bug@amsat.org>
On 12/16/21 09:45, Philippe Mathieu-Daudé wrote:
> The Marvell 88W8618 network device is hidden in the Musicpal
> machine. Move it into a new unit file under the hw/net/ directory.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> 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
>
> diff --git a/include/hw/net/mv88w8618_eth.h b/include/hw/net/mv88w8618_eth.h
> new file mode 100644
> index 00000000000..65e880e0eb7
> --- /dev/null
> +++ b/include/hw/net/mv88w8618_eth.h
> @@ -0,0 +1,16 @@
> +/*
> + * Marvell MV88W8618 / Freecom MusicPal emulation.
> + *
> + * Copyright (c) 2008 Jan Kiszka
> + *
> + * This code is licensed under the GNU GPL v2.
> + *
> + * Contributions after 2012-01-13 are licensed under the terms of the
> + * GNU GPL, version 2 or (at your option) any later version.
These 2 lines are probably irrelevant here.
> + */
> +#ifndef HW_NET_MV88W8618_H
> +#define HW_NET_MV88W8618_H
> +
> +#define TYPE_MV88W8618_ETH "mv88w8618_eth"
> +
> +#endif
prev parent reply other threads:[~2021-12-16 9:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=e165b04e-f1c9-41a4-bd58-a2cbe8f980ae@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).