mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
arm: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
cced0d6539
commit
673d821541
24 changed files with 30 additions and 30 deletions
|
@ -95,7 +95,7 @@ void arm_cpu_sve_finalize(ARMCPU *cpu, Error **errp)
|
|||
|
||||
if (kvm_enabled()) {
|
||||
/*
|
||||
* For KVM we have to automatically enable all supported unitialized
|
||||
* For KVM we have to automatically enable all supported uninitialized
|
||||
* lengths, even when the smaller lengths are not all powers-of-two.
|
||||
*/
|
||||
vq_map |= vq_supported & ~vq_init & vq_mask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue