[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 13/13] system: Rename softmmu/ directory as system/
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 13/13] system: Rename softmmu/ directory as system/ |
Date: |
Wed, 4 Oct 2023 14:03:03 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 |
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?
- [PATCH 03/13] cpu: Correct invalid mentions of 'softmmu' by 'system-mode', (continued)
- [PATCH 03/13] cpu: Correct invalid mentions of 'softmmu' by 'system-mode', Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 06/13] accel: Rename accel_softmmu* -> accel_system*, Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 07/13] gdbstub: Rename 'softmmu' -> 'system', Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 08/13] semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user(), Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 10/13] hw/virtio/meson: Rename softmmu_virtio_ss -> system_virtio_ss, Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 11/13] meson: Rename softmmu_mods -> system_mods, Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 09/13] target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss, Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 12/13] meson: Rename target_softmmu_arch -> target_system_arch, Philippe Mathieu-Daudé, 2023/10/04
- [PATCH 13/13] system: Rename softmmu/ directory as system/, Philippe Mathieu-Daudé, 2023/10/04
- Re: [PATCH 13/13] system: Rename softmmu/ directory as system/,
Philippe Mathieu-Daudé <=
- Re: [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Daniel P . Berrangé, 2023/10/04
- Re: [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Thomas Huth, 2023/10/04
- Re: [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Daniel P . Berrangé, 2023/10/04
- Re: [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Claudio Fontana, 2023/10/04
- Re: [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Paolo Bonzini, 2023/10/04
- Re: [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Daniel P . Berrangé, 2023/10/04
- Re: [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Thomas Huth, 2023/10/06
- Re: [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Philippe Mathieu-Daudé, 2023/10/04
Re: [PATCH 00/13] misc: Rename 'softmmu' -> 'system', Paolo Bonzini, 2023/10/04