All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes for broken commit 48afe6e4eabf, Windows fails to boot
@ 2021-05-29  9:13 ` Claudio Fontana
  0 siblings, 0 replies; 18+ messages in thread
From: Claudio Fontana @ 2021-05-29  9:13 UTC (permalink / raw)
  To: Peter Maydell, Paolo Bonzini, Eduardo Habkost,
	Siddharth Chandrasekaran, Philippe Mathieu-Daudé
  Cc: Claudio Fontana, Michael S . Tsirkin, kvm, Marcelo Tosatti,
	Richard Henderson, Cameron Esfahani, Roman Bolshakov, qemu-devel

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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-06-03 18:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-29  9:13 [PATCH 0/2] Fixes for broken commit 48afe6e4eabf, Windows fails to boot Claudio Fontana
2021-05-29  9:13 ` Claudio Fontana
2021-05-29  9:13 ` [PATCH 1/2] i386: reorder call to cpu_exec_realizefn in x86_cpu_realizefn Claudio Fontana
2021-05-29  9:13   ` Claudio Fontana
2021-06-01 18:48   ` Eduardo Habkost
2021-06-01 18:48     ` Eduardo Habkost
2021-06-03  8:13     ` Claudio Fontana
2021-06-03  8:13       ` Claudio Fontana
2021-06-03 18:16       ` Eduardo Habkost
2021-06-03 18:16         ` Eduardo Habkost
2021-06-03  8:45     ` Vitaly Kuznetsov
2021-06-03  8:45       ` Vitaly Kuznetsov
2021-05-29  9:13 ` [PATCH 2/2] i386: run accel_cpu_instance_init as instance_post_init Claudio Fontana
2021-05-29  9:13   ` Claudio Fontana
2021-06-01 18:59   ` Eduardo Habkost
2021-06-01 18:59     ` Eduardo Habkost
2021-06-03  7:38     ` Claudio Fontana
2021-06-03  7:38       ` Claudio Fontana

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.