qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] Simplify cpu initialization


From: Glauber Costa
Subject: [Qemu-devel] [PATCH 0/4] Simplify cpu initialization
Date: Wed, 6 May 2009 10:49:38 -0400

Currently, there are pieces of cpu initialization being done in two
different places. The big part of it, is done inside cpu_x86_init,
while minor others are done in pc.c, after cpu_x86_init returns.

For things like halting cpus != 0, registering reset handler, etc,
there is no reason whatsoever for not doing it in cpu  initialization.

The apic initialization should be moved there too, and theorectically,
it should not depend on pci machine. However, it currently breaks
our isa machine, and to avoid a hack, it is left where it is.






reply via email to

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