Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-02-01 Thread Kevin O'Connor
On Wed, Feb 01, 2017 at 12:19:31PM +0100, Igor Mammedov wrote: > On Tue, 31 Jan 2017 17:32:55 + > "Sironi, Filippo" wrote: > > So, my understanding is that even QEMU needs to be fixed and I can > > work to provide a patch. However, as I was mentioning before, I'm > > also interesting in updat

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-02-01 Thread Igor Mammedov
On Tue, 31 Jan 2017 17:32:55 + "Sironi, Filippo" wrote: > > On 30 Jan 2017, at 04:39, Igor Mammedov wrote: > > > > On Fri, 27 Jan 2017 15:57:19 +0100 > > Laszlo Ersek wrote: > > > >> On 01/27/17 15:27, Kevin O'Connor wrote: > >>> On Fri, Jan 27, 2017 at 02:18:39AM +0100, Filippo Siron

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-01-31 Thread Sironi, Filippo
> On 30 Jan 2017, at 04:39, Igor Mammedov wrote: > > On Fri, 27 Jan 2017 15:57:19 +0100 > Laszlo Ersek wrote: > >> On 01/27/17 15:27, Kevin O'Connor wrote: >>> On Fri, Jan 27, 2017 at 02:18:39AM +0100, Filippo Sironi wrote: When running Linux on an Intel machine with a commodity BIOS, CPU

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-01-31 Thread Kevin O'Connor
On Tue, Jan 31, 2017 at 04:38:04PM +, Sironi, Filippo wrote: > > On 27 Jan 2017, at 06:27, Kevin O'Connor wrote: > > On Fri, Jan 27, 2017 at 02:18:39AM +0100, Filippo Sironi wrote: > >> When running Linux on an Intel machine with a commodity BIOS, CPUs are > >> numbered starting from 0 and the

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-01-31 Thread Sironi, Filippo
> On 27 Jan 2017, at 06:27, Kevin O'Connor wrote: > > On Fri, Jan 27, 2017 at 02:18:39AM +0100, Filippo Sironi wrote: >> When running Linux on an Intel machine with a commodity BIOS, CPUs are >> numbered starting from 0 and the first half refers to the first logical >> CPU on each core while the

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-01-30 Thread Laszlo Ersek
On 01/30/17 13:39, Igor Mammedov wrote: > On Fri, 27 Jan 2017 15:57:19 +0100 > Laszlo Ersek wrote: > >> On 01/27/17 15:27, Kevin O'Connor wrote: >>> On Fri, Jan 27, 2017 at 02:18:39AM +0100, Filippo Sironi wrote: When running Linux on an Intel machine with a commodity BIOS, CPUs are num

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-01-30 Thread Igor Mammedov
On Fri, 27 Jan 2017 15:57:19 +0100 Laszlo Ersek wrote: > On 01/27/17 15:27, Kevin O'Connor wrote: > > On Fri, Jan 27, 2017 at 02:18:39AM +0100, Filippo Sironi wrote: > >> When running Linux on an Intel machine with a commodity BIOS, CPUs are > >> numbered starting from 0 and the first half refers

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-01-27 Thread Laszlo Ersek
On 01/27/17 15:57, Laszlo Ersek wrote: > On 01/27/17 15:27, Kevin O'Connor wrote: >> On Fri, Jan 27, 2017 at 02:18:39AM +0100, Filippo Sironi wrote: >>> When running Linux on an Intel machine with a commodity BIOS, CPUs are >>> numbered starting from 0 and the first half refers to the first logical

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-01-27 Thread Laszlo Ersek
On 01/27/17 15:27, Kevin O'Connor wrote: > On Fri, Jan 27, 2017 at 02:18:39AM +0100, Filippo Sironi wrote: >> When running Linux on an Intel machine with a commodity BIOS, CPUs are >> numbered starting from 0 and the first half refers to the first logical >> CPU on each core while the second half r

Re: [SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-01-27 Thread Kevin O'Connor
On Fri, Jan 27, 2017 at 02:18:39AM +0100, Filippo Sironi wrote: > When running Linux on an Intel machine with a commodity BIOS, CPUs are > numbered starting from 0 and the first half refers to the first logical > CPU on each core while the second half refers to the second logical CPU > on each core

[SeaBIOS] [PATCH 1/2] fw/acpi: Build MADT the way commodity BIOSes do

2017-01-26 Thread Filippo Sironi
When running Linux on an Intel machine with a commodity BIOS, CPUs are numbered starting from 0 and the first half refers to the first logical CPU on each core while the second half refers to the second logical CPU on each core. As an example, on machine with 2 sockets, 4 cores per socket, and 2 lo