commit | 0e26b7b892e1369d66da63b748acbfb6b3819a59 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat Jun 19 10:42:34 2010 +0300 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Jun 19 10:42:34 2010 +0300 |
tree | 4a67dca5b6529bebac524e757f99eb987dd0c653 | |
parent | 4a942ceac7e38c259116960e45ba9619611d1df9 [diff] |
apic: avoid using CPUState internals Move the actual CPUState contents handling to cpu.h and cpuid.c. Handle CPU reset and set env->halted in pc.c. Add a function to get the local APIC state of the current CPU for the MMIO. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>