Re: [Qemu-devel] [PATCH] Propagate OEM ID info into other tables when using SLIC

2016-01-18 Thread Laszlo Ersek
On 01/18/16 06:38, Xiao Guangrong wrote: > Hi, > > Is this you wanted? > https://www.mail-archive.com/qemu-devel@nongnu.org/msg345911.html Right, there's now some renewed interest in this issue; I guess probably because of . We have a long-standing RHB

Re: [Qemu-devel] [PATCH] Propagate OEM ID info into other tables when using SLIC

2016-01-17 Thread Xiao Guangrong
Hi, Is this you wanted? https://www.mail-archive.com/qemu-devel@nongnu.org/msg345911.html On 01/16/2016 04:19 AM, Steven Newbury wrote: In order to support Windows 7 "Activation", the OEM ID info must match in SLIC and RSDT, and for UEFI, FACP. The OEM ID from the SLIC is only applied when oe

[Qemu-devel] [PATCH] Propagate OEM ID info into other tables when using SLIC

2016-01-15 Thread Steven Newbury
In order to support Windows 7 "Activation", the OEM ID info must match in SLIC and RSDT, and for UEFI, FACP.  The OEM ID from the SLIC is only applied when oemtableid is not specified expliicitly. This was originally based on the patch from Michael Tokarev but has been significantly re-worked, and