i386/kvm-cpu: Fix the indentation inside kvm_cpu_realizefn()
The indentation of one of the } inside kvm_cpu_realizefn() isn'f correct. fix it. Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com> Link: https://lore.kernel.org/r/20250630080610.3151956-4-xiaoyao.li@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
58f17c4a4f
commit
3359b588f1
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ static bool kvm_cpu_realizefn(CPUState *cs, Error **errp)
|
|||
if (env->features[FEAT_1_ECX] & CPUID_EXT_MONITOR) {
|
||||
host_cpuid(5, 0, &cpu->mwait.eax, &cpu->mwait.ebx,
|
||||
&cpu->mwait.ecx, &cpu->mwait.edx);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (cpu->ucode_rev == 0) {
|
||||
cpu->ucode_rev =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue