qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v7 01/40] accel: Simplify qemu_init_vcpu()


From: Richard Henderson
Subject: Re: [PATCH v7 01/40] accel: Simplify qemu_init_vcpu()
Date: Sat, 25 Sep 2021 11:25:23 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/25/21 10:50 AM, Philippe Mathieu-Daudé wrote:
cpus_register_accel() already checks for ops->create_vcpu_thread
being non-NULL, so it is pointless to re-check for it in
qemu_init_vcpu().

Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  softmmu/cpus.c | 7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]