Hi Xiaoyao, On Tue, Aug 02, 2022 at 10:53:07PM +0800, Xiaoyao Li wrote: > yes, with >= 7.1, pcmc->legacy_no_rng_seed = false by default, and RNG > seed is used.
This is intended behavior. Being on by default is basically the whole point of it. Otherwise it's useless. > > > Either way, this shouldn't cause boot failures. > > It does fail booting OVMF with #PF. Below diff can fix the #PF for me. Huh, interesting. Sounds like maybe there's a bug I need to fix. Can you send me some repro instructions, and I'll look into it right away. Jason