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/m

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
Hello, is this issue/patch still being worked/considered? If so, is there an ETA? Without this fix, one cannot hotplug beyond 255 vcpus with OVMF and we need this capability. NOTE: Gerd's original fix ( https://edk2.groups.io/g/devel/message/100801 ), does allow hotplug beyond 255 vcpus. So, t

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