From: Stafford Horne <shorne@gmail.com>
To: Richard Henderson <richard.henderson@linaro.org>
Cc: qemu-devel@nongnu.org, pierrick.bouvier@linaro.org
Subject: Re: [PATCH 6/6] hw/or1k: Rename or1k-sim.c from openrisc_sim.c
Date: Fri, 6 Feb 2026 11:19:58 +0000 [thread overview]
Message-ID: <aYXOXtxnnlu1Y52c@antec> (raw)
In-Reply-To: <20260205030244.266447-7-richard.henderson@linaro.org>
Hello,
On Thu, Feb 05, 2026 at 01:02:44PM +1000, Richard Henderson wrote:
> Match the filename to the machine type: or1k-sim.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Stafford Horne <shorne@gmail.com>
> ---
> hw/or1k/{openrisc_sim.c => or1k-sim.c} | 0
> MAINTAINERS | 2 +-
> hw/or1k/meson.build | 2 +-
> 3 files changed, 2 insertions(+), 2 deletions(-)
> rename hw/or1k/{openrisc_sim.c => or1k-sim.c} (100%)
>
> diff --git a/hw/or1k/openrisc_sim.c b/hw/or1k/or1k-sim.c
> similarity index 100%
> rename from hw/or1k/openrisc_sim.c
> rename to hw/or1k/or1k-sim.c
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b739cd59b1..e6c70b2b1c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1493,7 +1493,7 @@ M: Jia Liu <proljc@gmail.com>
> S: Maintained
> F: docs/system/or1k/or1k-sim.rst
> F: hw/intc/ompic.c
> -F: hw/or1k/openrisc_sim.c
> +F: hw/or1k/or1k-sim.c
> F: tests/functional/or1k/test_sim.py
>
> PowerPC Machines
> diff --git a/hw/or1k/meson.build b/hw/or1k/meson.build
> index 49c274b848..a5c23f4f5a 100644
> --- a/hw/or1k/meson.build
> +++ b/hw/or1k/meson.build
> @@ -1,7 +1,7 @@
> openrisc_ss = ss.source_set()
> openrisc_ss.add(files('cputimer.c'))
> openrisc_ss.add(files('boot.c'))
> -openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: files('openrisc_sim.c'))
> +openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: files('or1k-sim.c'))
> openrisc_ss.add(when: 'CONFIG_OR1K_VIRT', if_true: files('virt.c'))
>
> hw_arch += {'or1k': openrisc_ss}
> --
> 2.43.0
>
next prev parent reply other threads:[~2026-02-06 11:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-05 3:02 [PATCH 0/6] or1k: Rename the architecture from openrisc Richard Henderson
2026-02-05 3:02 ` [PATCH 1/6] target/or1k: Rename " Richard Henderson
2026-02-05 15:46 ` Philippe Mathieu-Daudé
2026-02-05 3:02 ` [PATCH 2/6] include/hw/or1k: " Richard Henderson
2026-02-06 11:15 ` Stafford Horne
2026-02-05 3:02 ` [PATCH 3/6] hw/or1k: " Richard Henderson
2026-02-05 15:43 ` Philippe Mathieu-Daudé
2026-02-05 3:02 ` [PATCH 4/6] tests/tcg/or1k: " Richard Henderson
2026-02-06 11:16 ` Stafford Horne
2026-02-05 3:02 ` [PATCH 5/6] docs/system/or1k: " Richard Henderson
2026-02-06 11:18 ` Stafford Horne
2026-02-05 3:02 ` [PATCH 6/6] hw/or1k: Rename or1k-sim.c from openrisc_sim.c Richard Henderson
2026-02-06 11:19 ` Stafford Horne [this message]
2026-02-05 5:23 ` [PATCH 0/6] or1k: Rename the architecture from openrisc Pierrick Bouvier
2026-02-05 15:39 ` Philippe Mathieu-Daudé
2026-02-05 15:47 ` Philippe Mathieu-Daudé
2026-02-06 21:37 ` 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=aYXOXtxnnlu1Y52c@antec \
--to=shorne@gmail.com \
--cc=pierrick.bouvier@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.