On 18/3/22 18:30, Peter Maydell wrote:
We have about 25 instances of the typo/variant spelling 'writeable', and over 500 of the more common 'writable'. Standardize on the latter.
Amusingly I was looking yesterday at the difference between both. Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>
Change produced with: sed -i -e 's/writeable/writable/g' $(git grep -l writeable) and then hand-undoing the instance in linux-headers/linux/kvm.h. All these changes are in comments or documentation, except for the two local variables in accel/hvf/hvf-accel-ops.c and accel/kvm/kvm-all.c. Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- docs/interop/vhost-user.rst | 2 +- docs/specs/vmgenid.txt | 4 ++-- hw/scsi/mfi.h | 2 +- target/arm/internals.h | 2 +- accel/hvf/hvf-accel-ops.c | 4 ++-- accel/kvm/kvm-all.c | 4 ++-- accel/tcg/user-exec.c | 6 +++--- hw/acpi/ghes.c | 2 +- hw/intc/arm_gicv3_cpuif.c | 2 +- hw/intc/arm_gicv3_dist.c | 2 +- hw/intc/arm_gicv3_redist.c | 2 +- hw/intc/riscv_aclint.c | 2 +- hw/intc/riscv_aplic.c | 2 +- hw/pci/shpc.c | 2 +- hw/timer/sse-timer.c | 2 +- target/arm/gdbstub.c | 2 +- target/i386/cpu-sysemu.c | 2 +- target/s390x/ioinst.c | 2 +- python/qemu/machine/machine.py | 2 +- tests/tcg/x86_64/system/boot.S | 2 +- 20 files changed, 25 insertions(+), 25 deletions(-)