mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
committed by
Paolo Bonzini
parent
58f17c4a4f
commit
3359b588f1
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user