qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH v3 2/6] system/vl: Evaluate icount after accelerator options


From: Richard Henderson
Subject: Re: [PATCH v3 2/6] system/vl: Evaluate icount after accelerator options are parsed
Date: Fri, 8 Dec 2023 09:56:01 -0800
User-agent: Mozilla Thunderbird

On 12/8/23 03:35, Philippe Mathieu-Daudé wrote:
We need to parse the accelerators first, to be able
to check whether TCG is enabled or not. Then we can
parse the -icount option.

This allows removing the icount_configure() stub.

Fixes: 7f8b6126e7 ("vl: move icount configuration earlier")
Reported-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  stubs/icount.c |  8 --------
  system/vl.c    | 16 +++++++++-------
  2 files changed, 9 insertions(+), 15 deletions(-)

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


r~



reply via email to

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