Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-27 Thread Kevin O'Connor
On Fri, Jun 24, 2016 at 10:12:12AM +0200, Paolo Bonzini wrote: > On 24/06/2016 10:06, Gerd Hoffmann wrote: > >>> If there are any other suggestions for cherry-picks please speak up now. > >> > >> I would like to have "[PATCH v3] fw/msr_feature_control: add support to > >> set

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-24 Thread Paolo Bonzini
On 24/06/2016 10:06, Gerd Hoffmann wrote: > Hi, > >>> If there are any other suggestions for cherry-picks please speak up now. >> >> I would like to have "[PATCH v3] fw/msr_feature_control: add support to >> set MSR_IA32_FEATURE_CONTROL", please. > > Hmm, the qemu side for that one isn't

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-24 Thread Gerd Hoffmann
Hi, > > If there are any other suggestions for cherry-picks please speak up now. > > I would like to have "[PATCH v3] fw/msr_feature_control: add support to > set MSR_IA32_FEATURE_CONTROL", please. Hmm, the qemu side for that one isn't merged yet, right? Is it queued to land in 2.7 already?

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-24 Thread Paolo Bonzini
On 24/06/2016 09:28, Gerd Hoffmann wrote: > On Mi, 2016-06-22 at 16:50 +0200, Igor Mammedov wrote: >> On Mon, 20 Jun 2016 13:51:28 +0200 >> Gerd Hoffmann wrote: >> >>> Hi, >>> I need to dust RFC off and respin as Paolo wanted to sync APIC ID other way than in RFC

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-24 Thread Gerd Hoffmann
On Mi, 2016-06-22 at 16:50 +0200, Igor Mammedov wrote: > On Mon, 20 Jun 2016 13:51:28 +0200 > Gerd Hoffmann wrote: > > > Hi, > > > > > I need to dust RFC off and respin as Paolo wanted to sync APIC ID > > > other way than in RFC and also on list there is v2 ACPI refactoring

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-22 Thread Igor Mammedov
On Mon, 20 Jun 2016 13:51:28 +0200 Gerd Hoffmann wrote: > Hi, > > > I need to dust RFC off and respin as Paolo wanted to sync APIC ID > > other way than in RFC and also on list there is v2 ACPI refactoring > > that x2APIC enablement depends on. > > Soft freeze is only one

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-20 Thread Laszlo Ersek
On 06/20/16 13:15, Igor Mammedov wrote: > On Mon, 20 Jun 2016 10:45:37 +0200 > Gerd Hoffmann wrote: > >> On Mo, 2016-05-16 at 21:00 -0400, Kevin O'Connor wrote: >>> On Wed, May 11, 2016 at 12:03:37PM +0200, Igor Mammedov wrote: Changelog since: v1: *

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-20 Thread Gerd Hoffmann
Hi, > I need to dust RFC off and respin as Paolo wanted to sync APIC ID > other way than in RFC and also on list there is v2 ACPI refactoring > that x2APIC enablement depends on. Soft freeze is only one week away. Do you expect this to land in 2.7 nevertheless? cheers, Gerd

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-20 Thread Igor Mammedov
On Mon, 20 Jun 2016 10:45:37 +0200 Gerd Hoffmann wrote: > On Mo, 2016-05-16 at 21:00 -0400, Kevin O'Connor wrote: > > On Wed, May 11, 2016 at 12:03:37PM +0200, Igor Mammedov wrote: > > > Changelog since: > > > v1: > > > * s/count_cpu/apic_id_init/ > > > * merge

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-06-20 Thread Gerd Hoffmann
On Mo, 2016-05-16 at 21:00 -0400, Kevin O'Connor wrote: > On Wed, May 11, 2016 at 12:03:37PM +0200, Igor Mammedov wrote: > > Changelog since: > > v1: > > * s/count_cpu/apic_id_init/ > > * merge handle_x2apic() into apic_id_init() > > RFC: > > * move out max-cpus check out of

Re: [SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-05-16 Thread Kevin O'Connor
On Wed, May 11, 2016 at 12:03:37PM +0200, Igor Mammedov wrote: > Changelog since: > v1: > * s/count_cpu/apic_id_init/ > * merge handle_x2apic() into apic_id_init() > RFC: > * move out max-cpus check out of mptable_setup() > * factor out CPU counting/apic ID detection in

[SeaBIOS] [PATCH v2 0/4] support booting more than 255 CPUs with QEMU

2016-05-11 Thread Igor Mammedov
Changelog since: v1: * s/count_cpu/apic_id_init/ * merge handle_x2apic() into apic_id_init() RFC: * move out max-cpus check out of mptable_setup() * factor out CPU counting/apic ID detection in separate function * return back accidentially deleted debug message with APIC ID