apic: avoid passing CPUState from CPU code
commit4a942ceac7e38c259116960e45ba9619611d1df9
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 19 Jun 2010 07:42:31 +0000 (19 10:42 +0300)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 19 Jun 2010 07:42:31 +0000 (19 10:42 +0300)
treeec382b627110dc208da9e179cebe323f529e3d1c
parentcf6d64bfd9ae93d14502f057d8a0917162004dc7
apic: avoid passing CPUState from CPU code

Pass only APICState when accessing APIC from CPU code.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/apic.c
target-i386/cpu.h
target-i386/helper.c
target-i386/kvm.c
target-i386/op_helper.c