[edk2] Windows does not support DataTableRegion at all [was: docs: describe QEMU's VMGenID design]

2015-09-13 Thread Laszlo Ersek
As the subject suggests, I have terrible news. I'll preserve the full context here, so that it's easy to scroll back to the ASL for reference. I'm also CC'ing edk2-devel, because a number of BIOS developers should be congregating there. On 08/28/15 22:18, Laszlo Ersek wrote: > Cc: Paolo Bonzini

Re: [edk2] Windows does not support DataTableRegion at all [was: docs: describe QEMU's VMGenID design]

2015-09-13 Thread Laszlo Ersek
On 09/13/15 14:34, Michael S. Tsirkin wrote: > On Sun, Sep 13, 2015 at 01:56:44PM +0200, Laszlo Ersek wrote: >> As the subject suggests, I have terrible news. >> >> I'll preserve the full context here, so that it's easy to scroll back to >> the ASL for reference. >> >> I'm also CC'ing edk2-devel,

[edk2] [Patch] MdeModulePkg: Change the algorithm in SNP to use the first found BAR index.

2015-09-13 Thread Fu Siyuan
The driver binding start function in SNP.c goes through all the BARs and get the last BAR index for use. Theoretically it should work with all valid BARs, but we got reports some device did always use the first valid BAR, so we change the logic in SNP to use the first found BAR index instead of

Re: [edk2] [Patch] MdeModulePkg: Change the algorithm in SNP to use the first found BAR index.

2015-09-13 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: Fu, Siyuan Sent: Monday, September 14, 2015 9:12 AM To: edk2-devel@lists.01.org Cc: Tian, Feng; Ye, Ting Subject: [Patch] MdeModulePkg: Change the algorithm in SNP to use the first found BAR index. The

Re: [edk2] [patch] MdeModulePkg:Refine the code comments in RegularExpressionDxe.

2015-09-13 Thread Dong, Eric
Reviewed-by: Eric Dong -Original Message- From: Bi, Dandan Sent: Friday, September 11, 2015 2:29 PM To: Dong, Eric; Qiu, Shumin; edk2-devel@lists.01.org Subject: [patch] MdeModulePkg:Refine the code comments in RegularExpressionDxe. Contributed-under: TianoCore