Re: [Qemu-devel] [PATCH 8/9] pc: move apic_id_limit to PCMachineState

2016-02-04 Thread Igor Mammedov
On Thu, 4 Feb 2016 20:18:04 +0200 "Michael S. Tsirkin" wrote: > On Thu, Feb 04, 2016 at 06:08:38PM +0100, Igor Mammedov wrote: > > On Thu, 4 Feb 2016 14:48:58 +0200 > > Marcel Apfelbaum wrote: > > > > > On 02/04/2016 01:47 PM, Igor Mammedov wrote: > > > > yet another cleanup that replaces m

Re: [Qemu-devel] [PATCH 8/9] pc: move apic_id_limit to PCMachineState

2016-02-04 Thread Michael S. Tsirkin
On Thu, Feb 04, 2016 at 06:08:38PM +0100, Igor Mammedov wrote: > On Thu, 4 Feb 2016 14:48:58 +0200 > Marcel Apfelbaum wrote: > > > On 02/04/2016 01:47 PM, Igor Mammedov wrote: > > > yet another cleanup that replaces multiple apic_id_limit > > > variables that were initialized at differnt places w

Re: [Qemu-devel] [PATCH 8/9] pc: move apic_id_limit to PCMachineState

2016-02-04 Thread Igor Mammedov
On Thu, 4 Feb 2016 14:48:58 +0200 Marcel Apfelbaum wrote: > On 02/04/2016 01:47 PM, Igor Mammedov wrote: > > yet another cleanup that replaces multiple apic_id_limit > > variables that were initialized at differnt places with > > a one initialization at pc_cpus_init() time and letting > > other c