commit | 60671e583c2bfb09746f59268fdc7d88eaa24deb | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Wed Oct 10 14:10:07 2012 +0200 |
committer | Andreas Färber <afaerber@suse.de> | Tue Oct 30 22:38:37 2012 +0100 |
tree | 8e90c7df32f115eb47410166ff4839db9dfcb1bf | |
parent | 449994eb58a4175a2e7656175b18c65ead6c09ca [diff] |
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>