Re: [Qemu-devel] [PATCH qom-cpu v2 2/7] apic: Store X86CPU in APICCommonState

2012-10-15 Thread Igor Mammedov
On Fri, 12 Oct 2012 03:26:38 +0200 Andreas Färber wrote: > 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: An

[Qemu-devel] [PATCH qom-cpu v2 2/7] apic: Store X86CPU in APICCommonState

2012-10-11 Thread Andreas Färber
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 Cc: Igor Mammedov --- hw/apic.c | 38 +