mbox series

[0/2] Fixes for broken commit 48afe6e4eabf, Windows fails to boot

Message ID 20210529091313.16708-1-cfontana@suse.de (mailing list archive)
Headers show
Series Fixes for broken commit 48afe6e4eabf, Windows fails to boot | expand

Message

Claudio Fontana May 29, 2021, 9:13 a.m. UTC
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(-)