[edk2-devel] Regression found with latest edk2/OVMF SECUREBOOT/SMM build

2022-02-11 Thread Aaron Young
irtio -debugcon file:ovmf_debug.log -global isa-debugcon.iobase=0x402 -monitor stdio -nodefaults -global ICH9-LPC.disable_s3=1 -serial telnet:127.0.0.1:4556,server -vnc 0.0.0.0:1 -Aaron Young aaron.yo...@oracle.com -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this

[edk2-devel] Another regression with SEV resulting in VM reset loop

2022-02-16 Thread Aaron Young
exists with latest upstream (commit c9b7c6e0cc7da76b74bcdd8c90cef956d5ae971c). I was asked to raise this issue here on the edk2 mail list as well. Thanks, -Aaron Young aaron.yo...@oracle.com -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply

[edk2-devel] [PATCH 1/1] MdeModulePkg: Optimize BmExpandPartitionDevicePath

2023-10-10 Thread Aaron Young
ces, these extraneous calls to EfiBootManagerConnectAll from BmExpandPartitionDevicePath were found to cause many seconds (or even minutes) of additional VM boot time in some cases - due to the vnics being unnecessarily connected. Cc: Zhichao Gao zhichao@intel.com Cc: Ray Ni ray...@intel.

Re: [edk2-devel] [PATCH 0/4] Sync BSP's APIC mode to APs in MP init flow

2023-11-09 Thread Aaron Young via groups.io
s. So, that fix seems viable. Should it be re-evaluated? We would gladly test a fix if that would be helpful. Thanks in advance! -Aaron Young ( aaron.yo...@oracle.com ) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110991): https:/

Re: [edk2-devel] [PATCH] Maintainers.txt: add Aaron Young as MptScsi and PvScsi reviewer

2023-11-21 Thread Aaron Young via groups.io
Thanks Laszlo. Yes, ajyoung-oracle is my github user ID. Reviewed-by: Aaron Young Thanks, -Aaron -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111558): https://edk2.groups.io/g/devel/message/111558 Mute This Topic: https://groups.io

Re: [edk2-devel] [PATCH 1/1] MdeModulePkg: Optimize BmExpandPartitionDevicePath

2023-10-11 Thread Aaron Young via groups.io
Thanks for the comments, Laszlo. I could look into optimizing SetBootOrderFromQemu()->Match() by using EfiBootManagerGetNextLoadOptionDevicePath() instead of EfiBootManagerGetLoadOptionBuffer(). Makes sense to me and at first glance seems like it would work. My main concern is some unforeseen ch