]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
apic: Store X86CPU in APICCommonState
authorAndreas Färber <afaerber@suse.de>
Wed, 10 Oct 2012 12:10:07 +0000 (14:10 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 30 Oct 2012 21:38:37 +0000 (22:38 +0100)
commit60671e583c2bfb09746f59268fdc7d88eaa24deb
tree8e90c7df32f115eb47410166ff4839db9dfcb1bf
parent449994eb58a4175a2e7656175b18c65ead6c09ca
apic: Store X86CPU in APICCommonState

Prepares for using a link<> property to connect APIC with CPU and for
changing the CPU APIs to CPUState.

Resolve Coding Style warnings by moving the closing parenthesis of
foreach_apic() macro to next line.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
hw/apic.c
hw/apic_common.c
hw/apic_internal.h
hw/kvm/apic.c
target-i386/cpu.c