[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 03/22] target/i386/kvm: Correct comment in kvm_cpu_realize()
From: |
Igor Mammedov |
Subject: |
Re: [PATCH 03/22] target/i386/kvm: Correct comment in kvm_cpu_realize() |
Date: |
Tue, 28 Nov 2023 16:50:59 +0100 |
On Mon, 18 Sep 2023 18:02:36 +0200
Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
> ---
> 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) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 03/22] target/i386/kvm: Correct comment in kvm_cpu_realize(),
Igor Mammedov <=