On 11/27/24 10:27, Richard Henderson wrote:
On 11/27/24 11:57, Pierrick Bouvier wrote:
I noticed that it was redundant (for user-mode at least), but it seemed too
implicit to
rely on this.
As well, I didn't observe such a flush in system-mode, does it work the same as
user-mode
(regarding the CF_PARALLEL flag)?
Yes, we set CF_PARALLEL for system mode too. We do it early, because we can
tell the 1 vs
many cpu count from the command-line. Thus no flush required.
r~
Yes I saw that now, we directly boot with the given number of vcpus, and
they are initialized before any code generation is made.
I'll remove the flush part in v2 then.