[edk2] [PATCH] EmulatorPkg/MpService: modify AP state should hold a mutex

2014-07-17 Thread Chen Fan
Add mutex when change AP state. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen Fan --- EmulatorPkg/CpuRuntimeDxe/MpService.c | 5 + 1 file changed, 5 insertions(+) diff --git a/EmulatorPkg/CpuRuntimeDxe/MpService.c b/EmulatorPkg/CpuRuntimeDxe/MpService.c index

[edk2] rhel UEFI OS hang due to memory map missmatch after ExitBootService()

2014-07-17 Thread ritul guru (riguru)
Hi All, Need help to troubleshoot by UEFI BIOS/OS issue. I am facing one issue while installing REDHAT UEFI OS (version: 6.3, 6.4, 7.0). rhel UEFI OS bootloader (BOOTX64.EFI) calls CoreGetMemoryMap() and get MapKey and later calls ExitBootServices() which eventually calls all exit boot service

Re: [edk2] [BUG] Wrong usage sizeof(SIZE)

2014-07-17 Thread Sergey Isakov
Jeff, I confirm there are two similar places. Your patch is good. Sergey On 17 июля 2014 г., at 14:07, Fan, Jeff wrote: > Sergey, > > Your fix is good. I attached the patch with adding another place about the > same issue. > Please help to confirm it. > > Reviewed-by: Jeff Fan > > Than

Re: [edk2] [BUG] Wrong usage sizeof(SIZE)

2014-07-17 Thread Fan, Jeff
Sergey, Your fix is good. I attached the patch with adding another place about the same issue. Please help to confirm it. Reviewed-by: Jeff Fan mailto:jeff@intel.com>> Thanks! Jeff From: Sergey Isakov [mailto:isakov...@bk.ru] Sent: Wednesday, July 16, 2014 2:50 AM To: edk2-devel@lists.so

Re: [edk2] [Xen-devel] [PATCH RFC 04/18] OvmfPkg/XenbusDxe: Add support to make Xen Hypercalls.

2014-07-17 Thread Wei Liu
On Wed, Jul 16, 2014 at 01:37:05PM -0400, Konrad Rzeszutek Wilk wrote: [...] > > + > > +EFI_STATUS > > +XenHyperpageInit ( > > + XENBUS_DEVICE *Dev > > + ) > > +{ > > + EFI_HOB_GUID_TYPE *GuidHob; > > + EFI_XEN_INFO*XenInfo; > > + > > + GuidHob = GetFirstGuidHob (&gEfiXenInfoGuid); >

Re: [edk2] [BUG] Wrong StrLen usage in UnicodeStrToAsciiStr()

2014-07-17 Thread Gao, Liming
Star: Your patch is good. Reviewed-by: Gao, Liming Thanks Liming From: Zeng, Star [mailto:star.z...@intel.com] Sent: Monday, July 14, 2014 9:34 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [BUG] Wrong StrLen usage in UnicodeStrToAsciiStr() Hi Sergey, For "During copy Destinati