Re: [SeaBIOS] [SEABIOS] Plans for either 1.9.1 or 1.10.0?

2016-01-14 Thread Laszlo Ersek
On 01/14/16 17:36, Gerd Hoffmann wrote: > On Do, 2016-01-14 at 14:50 +, Ian Campbell wrote: >> Hello, >> >> The xen.git development branch currently points to SeaBIOS rel-1.9.0, but >> Roger has tripped over a build issue which is fixed by 3b8c5378dfe2 "build: >> fix typo in buildversion.py".

Re: [SeaBIOS] [PATCH] biostables: Support SMBIOS 2.6+ UUID format

2016-01-14 Thread Cole Robinson
On 01/14/2016 12:22 PM, Kevin O'Connor wrote: > On Tue, Jan 12, 2016 at 02:22:41PM -0500, Cole Robinson wrote: >> SMBIOS 2.6+ stores the UUID in a different format, with the first 3 >> fields in little endian format. This is what modern qemu delivers >> and what dmidecode also handles, so let's

Re: [SeaBIOS] [PATCH] biostables: Support SMBIOS 2.6+ UUID format

2016-01-14 Thread Kevin O'Connor
On Tue, Jan 12, 2016 at 02:22:41PM -0500, Cole Robinson wrote: > SMBIOS 2.6+ stores the UUID in a different format, with the first 3 > fields in little endian format. This is what modern qemu delivers > and what dmidecode also handles, so let's follow suit too. More > info at this thread: > >

Re: [SeaBIOS] [SEABIOS] Plans for either 1.9.1 or 1.10.0?

2016-01-14 Thread Kevin O'Connor
On Thu, Jan 14, 2016 at 05:36:51PM +0100, Gerd Hoffmann wrote: > On Do, 2016-01-14 at 14:50 +, Ian Campbell wrote: > > Hello, > > > > The xen.git development branch currently points to SeaBIOS rel-1.9.0, but > > Roger has tripped over a build issue which is fixed by 3b8c5378dfe2 "build: > >

Re: [SeaBIOS] [PATCH] coreboot: Check for unaligned cbfs header

2016-01-14 Thread Kevin O'Connor
On Tue, Jan 12, 2016 at 01:40:18PM -0500, Kevin O'Connor wrote: > If the CBFS header is invalid and points to 0x it could cause > SeaBIOS to read past the 4GB boundary and cause an exception. Check > the alignment of the header pointer before attempting to access fields > within the

Re: [SeaBIOS] [SEABIOS] Plans for either 1.9.1 or 1.10.0?

2016-01-14 Thread Ian Campbell
On Thu, 2016-01-14 at 17:36 +0100, Gerd Hoffmann wrote: > On Do, 2016-01-14 at 14:50 +, Ian Campbell wrote: > > Hello, > > > > The xen.git development branch currently points to SeaBIOS rel-1.9.0, > > but > > Roger has tripped over a build issue which is fixed by 3b8c5378dfe2 > > "build: > >

Re: [SeaBIOS] about the 'mptable' issue

2016-01-14 Thread Li, Liang Z
> On Thu, Jan 14, 2016 at 10:36:07AM +, Li, Liang Z wrote: > > Correct something. > > The actual parameter for QEMU in our test case is: > > 'qemu-systerm-x86_64 -enable-kvm -smp 20 -m 2048 -no-acpi -monitor > > stdio -drive file=/mnt/centos6u6.qcow, if=none, id=foo -device virtio-blk- >

Re: [SeaBIOS] [PATCH] biostables: Support SMBIOS 2.6+ UUID format

2016-01-14 Thread Laszlo Ersek
On 01/14/16 18:22, Kevin O'Connor wrote: > On Tue, Jan 12, 2016 at 02:22:41PM -0500, Cole Robinson wrote: >> SMBIOS 2.6+ stores the UUID in a different format, with the first 3 >> fields in little endian format. This is what modern qemu delivers >> and what dmidecode also handles, so let's follow

Re: [SeaBIOS] [PATCH] biostables: Support SMBIOS 2.6+ UUID format

2016-01-14 Thread Gerd Hoffmann
Hi, > > The above is okay to me, but I'd like to get Gerd's comments as well, > > as I think he had some concerns the last time it came up. > > I don't recall Gerd's comments from last time, but I think the case is > that some combination will be unavoidably broken. Yes, that is the problem.

[SeaBIOS] [SEABIOS] Plans for either 1.9.1 or 1.10.0?

2016-01-14 Thread Ian Campbell
Hello, The xen.git development branch currently points to SeaBIOS rel-1.9.0, but Roger has tripped over a build issue which is fixed by 3b8c5378dfe2 "build: fix typo in buildversion.py". Is there any plan for either a 1.9.1 or a 1.10.0 in the near future which would include this, so I can roll

Re: [SeaBIOS] about the 'mptable' issue

2016-01-14 Thread Kevin O'Connor
CC'ing the seabios mailing list. On Thu, Jan 14, 2016 at 10:36:07AM +, Li, Liang Z wrote: > Correct something. > The actual parameter for QEMU in our test case is: > 'qemu-systerm-x86_64 -enable-kvm -smp 20 -m 2048 -no-acpi -monitor stdio > -drive file=/mnt/centos6u6.qcow, if=none,

Re: [SeaBIOS] [SEABIOS] Plans for either 1.9.1 or 1.10.0?

2016-01-14 Thread Gerd Hoffmann
On Do, 2016-01-14 at 14:50 +, Ian Campbell wrote: > Hello, > > The xen.git development branch currently points to SeaBIOS rel-1.9.0, but > Roger has tripped over a build issue which is fixed by 3b8c5378dfe2 "build: > fix typo in buildversion.py". > > Is there any plan for either a 1.9.1 or a