From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: qemu-riscv@nongnu.org, "Thomas Huth" <thuth@redhat.com>,
qemu-ppc@nongnu.org, qemu-s390x@nongnu.org, qemu-arm@nongnu.org,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Laurent Vivier" <lvivier@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Peter Xu" <peterx@redhat.com>,
"David Hildenbrand" <david@redhat.com>
Subject: Re: [PATCH 13/13] system: Rename softmmu/ directory as system/
Date: Wed, 4 Oct 2023 14:03:03 +0200 [thread overview]
Message-ID: <e3341fd8-b122-ac6a-4a55-07fa80c5142f@linaro.org> (raw)
In-Reply-To: <20231004090629.37473-14-philmd@linaro.org>
On 4/10/23 11:06, Philippe Mathieu-Daudé wrote:
> The softmmu/ directory contains files specific to system
> emulation. Rename it as system/. Update meson rules, the
> MAINTAINERS file and all the documentation and comments.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> include/sysemu/runstate-action.h | 2 +-
> rename {softmmu => system}/timers-state.h (100%)
> create mode 100644 system/trace.h
> rename {softmmu => system}/arch_init.c (100%)
> rename {softmmu => system}/async-teardown.c (100%)
> rename {softmmu => system}/balloon.c (100%)
> rename {softmmu => system}/bootdevice.c (100%)
> rename {softmmu => system}/cpu-throttle.c (100%)
> rename {softmmu => system}/cpu-timers.c (100%)
> rename {softmmu => system}/cpus.c (100%)
> rename {softmmu => system}/datadir.c (100%)
> rename {softmmu => system}/device_tree.c (100%)
> rename {softmmu => system}/dirtylimit.c (100%)
> rename {softmmu => system}/dma-helpers.c (100%)
> rename {softmmu => system}/globals.c (100%)
> rename {softmmu => system}/icount.c (100%)
> rename {softmmu => system}/ioport.c (100%)
> rename {softmmu => system}/main.c (100%)
> rename {softmmu => system}/memory.c (100%)
> rename {softmmu => system}/memory_mapping.c (100%)
> rename {softmmu => system}/physmem.c (99%)
> rename {softmmu => system}/qdev-monitor.c (100%)
> rename {softmmu => system}/qemu-seccomp.c (100%)
> rename {softmmu => system}/qtest.c (100%)
> rename {softmmu => system}/rtc.c (100%)
> rename {softmmu => system}/runstate-action.c (100%)
> rename {softmmu => system}/runstate-hmp-cmds.c (100%)
> rename {softmmu => system}/runstate.c (100%)
> rename {softmmu => system}/tpm-hmp-cmds.c (100%)
> rename {softmmu => system}/tpm.c (100%)
> rename {softmmu => system}/vl.c (100%)
> rename {softmmu => system}/watchpoint.c (100%)
> rename {softmmu => system}/meson.build (100%)
> rename {softmmu => system}/trace-events (100%)
Maybe I should also move include/sysemu/ -> include/system/
to keep it coherent?
next prev parent reply other threads:[~2023-10-04 12:04 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-04 9:06 [PATCH 00/13] misc: Rename 'softmmu' -> 'system' Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 01/13] softmmu/trace-events: Fix a typo Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 02/13] travis-ci: Correct invalid mentions of 'softmmu' by 'system' Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 03/13] cpu: Correct invalid mentions of 'softmmu' by 'system-mode' Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 04/13] fuzz: Correct invalid mentions of 'softmmu' by 'system' Philippe Mathieu-Daudé
2023-10-04 9:22 ` Alexander Bulekov
2023-10-04 9:06 ` [PATCH 05/13] tcg: Correct invalid mentions of 'softmmu' by 'system-mode' Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 06/13] accel: Rename accel_softmmu* -> accel_system* Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 07/13] gdbstub: Rename 'softmmu' -> 'system' Philippe Mathieu-Daudé
2023-10-04 15:23 ` Alex Bennée
2023-10-04 9:06 ` [PATCH 08/13] semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user() Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 09/13] target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 10/13] hw/virtio/meson: Rename softmmu_virtio_ss -> system_virtio_ss Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 11/13] meson: Rename softmmu_mods -> system_mods Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 12/13] meson: Rename target_softmmu_arch -> target_system_arch Philippe Mathieu-Daudé
2023-10-04 9:06 ` [PATCH 13/13] system: Rename softmmu/ directory as system/ Philippe Mathieu-Daudé
2023-10-04 12:03 ` Philippe Mathieu-Daudé [this message]
2023-10-04 12:46 ` BALATON Zoltan
2023-10-04 12:33 ` [PATCH 00/13] misc: Rename 'softmmu' -> 'system' Daniel P. Berrangé
2023-10-04 12:37 ` Thomas Huth
2023-10-04 12:51 ` Daniel P. Berrangé
2023-10-04 13:41 ` Claudio Fontana
2023-10-04 13:49 ` Paolo Bonzini
2023-10-04 13:53 ` Daniel P. Berrangé
2023-10-06 7:49 ` Thomas Huth
2023-10-04 14:06 ` Philippe Mathieu-Daudé
2023-10-04 13:20 ` Paolo Bonzini
2023-10-04 13:26 ` Thomas Huth
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=e3341fd8-b122-ac6a-4a55-07fa80c5142f@linaro.org \
--to=philmd@linaro.org \
--cc=berrange@redhat.com \
--cc=david@redhat.com \
--cc=lvivier@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=peterx@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=thuth@redhat.com \
/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).