mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-05 22:17:40 -07:00
We have about 30 instances of the typo/variant spelling 'writeable', and over 500 of the more common 'writable'. Standardize on the latter. Change produced with: sed -i -e 's/\([Ww][Rr][Ii][Tt]\)[Ee]\([Aa][Bb][Ll][Ee]\)/\1\2/g' $(git grep -il writeable) and then hand-undoing the instance in linux-headers/linux/kvm.h. Most of these changes are in comments or documentation; the exceptions are: * a local variable in accel/hvf/hvf-accel-ops.c * a local variable in accel/kvm/kvm-all.c * the PMCR_WRITABLE_MASK macro in target/arm/internals.h * the EPT_VIOLATION_GPA_WRITABLE macro in target/i386/hvf/vmcs.h (which is never used anywhere) * the AR_TYPE_WRITABLE_MASK macro in target/i386/hvf/vmx.h (which is never used anywhere) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Stefan Weil <sw@weilnetz.de> Message-id: 20220505095015.2714666-1-peter.maydell@linaro.org |
||
|---|---|---|
| .. | ||
| atomic_common.c.inc | ||
| atomic_template.h | ||
| cpu-exec-common.c | ||
| cpu-exec.c | ||
| cputlb.c | ||
| hmp.c | ||
| internal.h | ||
| ldst_common.c.inc | ||
| meson.build | ||
| plugin-gen.c | ||
| plugin-helpers.h | ||
| tb-context.h | ||
| tb-hash.h | ||
| tcg-accel-ops-icount.c | ||
| tcg-accel-ops-icount.h | ||
| tcg-accel-ops-mttcg.c | ||
| tcg-accel-ops-mttcg.h | ||
| tcg-accel-ops-rr.c | ||
| tcg-accel-ops-rr.h | ||
| tcg-accel-ops.c | ||
| tcg-accel-ops.h | ||
| tcg-all.c | ||
| tcg-runtime-gvec.c | ||
| tcg-runtime.c | ||
| tcg-runtime.h | ||
| trace-events | ||
| trace.h | ||
| translate-all.c | ||
| translator.c | ||
| user-exec-stub.c | ||
| user-exec.c | ||