On Mon, 18 Sep 2023 18:02:36 +0200 Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> wrote: > Signed-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> Reviewed-by: Igor Mammedov <imammedo@xxxxxxxxxx> > --- > target/i386/kvm/kvm-cpu.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target/i386/kvm/kvm-cpu.c b/target/i386/kvm/kvm-cpu.c > index 7237378a7d..1fe62ce176 100644 > --- a/target/i386/kvm/kvm-cpu.c > +++ b/target/i386/kvm/kvm-cpu.c > @@ -37,6 +37,7 @@ static bool kvm_cpu_realizefn(CPUState *cs, Error **errp) > * -> cpu_exec_realizefn(): > * -> accel_cpu_realizefn() > * kvm_cpu_realizefn() -> host_cpu_realizefn() > + * -> cpu_common_realizefn() > * -> check/update ucode_rev, phys_bits, mwait > */ > if (cpu->max_features) {