Skip to content

Commit

Permalink
target/i386/kvm: Correct comment in kvm_cpu_realize()
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230918160257.30127-4-philmd@linaro.org>
  • Loading branch information
philmd committed Nov 7, 2023
1 parent 3152e95 commit de910c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/i386/kvm/kvm-cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ static bool kvm_cpu_realizefn(CPUState *cs, Error **errp)
* -> cpu_exec_realizefn():
* -> accel_cpu_common_realize()
* kvm_cpu_realizefn() -> host_cpu_realizefn()
* -> cpu_common_realizefn()
* -> check/update ucode_rev, phys_bits, mwait
*/
if (cpu->max_features) {
Expand Down

0 comments on commit de910c4

Please sign in to comment.