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
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
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.
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:/
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
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