Commit ("i386: split cpu accelerators from cpu.c, using AccelCPUClass") introduced two bugs that break cpu max and host in the refactoring, by running initializations in the wrong order. This small series of two patches is an attempt to correct the situation. Please provide your test results and feedback, thanks! Claudio Claudio Fontana (2): i386: reorder call to cpu_exec_realizefn in x86_cpu_realizefn i386: run accel_cpu_instance_init as instance_post_init target/i386/cpu.c | 66 +++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 31 deletions(-) -- 2.26.2