Hi, On Tue, Aug 02, 2022 at 11:28:15AM +0800, Xiaoyao Li wrote: > > static void pc_q35_7_0_machine_options(MachineClass *m) > > { > > + PCMachineClass *pcmc = PC_MACHINE_CLASS(m); > > pc_q35_7_1_machine_options(m); > > m->alias = NULL; > > + pcmc->legacy_no_rng_seed = true; > > Is making .legacy_no_rng_seed default false and opt-in it for old > machines correct?
Not sure I follow what you're saying. ≤7.0 won't pass the RNG seed. It's only on ≥7.1 that the RNG seed is used. Either way, this shouldn't cause boot failures. Jason