Re: [edk2] [PATCH 1/3] KVM: MTRR: fix memory type handling if MTRR is completely disabled

2015-07-22 Thread Paolo Bonzini
On 16/07/2015 06:10, Alex Williamson wrote: > On Thu, 2015-07-16 at 03:25 +0800, Xiao Guangrong wrote: >> > From: Xiao Guangrong >> > >> > Currently code uses default memory type if MTRR is fully disabled, >> > fix it by using UC instead >> > >> > Signed-off-by: Xiao Guangrong >> > --- > Seem

Re: [edk2] [PATCH 3/3] KVM: x86: quirkily apply WB to all memory if cache is disabled

2015-07-22 Thread Paolo Bonzini
On 15/07/2015 21:25, Xiao Guangrong wrote: > From: Xiao Guangrong > > Current firmware depends on WB to fast boot, please refer to > https://lkml.org/lkml/2015/7/12/115 > > Let's us WB if CR0.CD is set to make this kind of firmware happy > > This quirk can be dropped by using KVM_ENABLE

Re: [edk2] [PATCH] CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()

2015-07-22 Thread Scott Duplichan
David Woodhouse [mailto:dw...@infradead.org] wrote: ]Sent: Wednesday, July 22, 2015 06:06 PM ]To: Laszlo Ersek ]Cc: edk2-devel@lists.sourceforge.net; q...@host178.hostmonster.com ]Subject: Re: [edk2] [PATCH] CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data() ] ]On Thu, 2015-07-23

Re: [edk2] [PATCH] CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()

2015-07-22 Thread David Woodhouse
On Thu, 2015-07-23 at 00:44 +0200, Laszlo Ersek wrote: > I "guess" it should work at the moment (and -UNO_BUILTIN_VA_FUNCS would > be easy enough to add under [BuildOptions] in > "CryptoPkg/Library/OpensslLib/OpensslLib.inf"). > > But, as soon as a "genuinely" EFIAPI function with a variable argum

Re: [edk2] [PATCH] CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()

2015-07-22 Thread Laszlo Ersek
On 07/22/15 23:07, David Woodhouse wrote: > On Tue, 2015-06-23 at 09:54 -0400, Peter Jones wrote: >> On Tue, Jun 23, 2015 at 03:34:25PM +0200, Laszlo Ersek wrote: >>> Git commit f93f78ea70 (SVN r17633), with subject "CryptoPkg: Update >>> openssl patch file from 0.9.8zf to 1.0.2c", replaced the fil

Re: [edk2] [PATCH] CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()

2015-07-22 Thread David Woodhouse
On Tue, 2015-06-23 at 09:54 -0400, Peter Jones wrote: > On Tue, Jun 23, 2015 at 03:34:25PM +0200, Laszlo Ersek wrote: > > Git commit f93f78ea70 (SVN r17633), with subject "CryptoPkg: Update > > openssl patch file from 0.9.8zf to 1.0.2c", replaced the file > > > > CryptoPkg/Library/OpensslLib/EDK