Re: [PATCH v3] pc: hide linuxboot RNG seed behind a machine property

2022-08-10 Thread Michael S. Tsirkin
On Wed, Aug 10, 2022 at 09:25:05PM +0200, Paolo Bonzini wrote: > > > Il mer 10 ago 2022, 19:06 Michael S. Tsirkin ha scritto: > > > @@ -1387,6 +1405,7 @@ static void x86_machine_initfn(Object *obj) > >      x86ms->acpi = ON_OFF_AUTO_AUTO; > >      x86ms->pit = ON_OFF_AUTO_AUTO; >

Re: [PATCH v3] pc: hide linuxboot RNG seed behind a machine property

2022-08-10 Thread Paolo Bonzini
Il mer 10 ago 2022, 19:06 Michael S. Tsirkin ha scritto: > > @@ -1387,6 +1405,7 @@ static void x86_machine_initfn(Object *obj) > > x86ms->acpi = ON_OFF_AUTO_AUTO; > > x86ms->pit = ON_OFF_AUTO_AUTO; > > x86ms->pic = ON_OFF_AUTO_AUTO; > > +x86ms->linuxboot_randomness =

Re: [PATCH v3] pc: hide linuxboot RNG seed behind a machine property

2022-08-10 Thread Michael S. Tsirkin
On Wed, Aug 10, 2022 at 06:59:42PM +0200, Paolo Bonzini wrote: > OVMF does not support Linux setup_data and it is not clear how to > fix this, so disable the support for the random number seed for the > 7.1 release. Using a property allows shipping the code even if it is > disabled by default.