Re: [PULL 05/10] x86: disable rng seeding via setup_data

2022-08-18 Thread Jason A. Donenfeld
Hi Gerd, Michael, Paolo, On Thu, Aug 18, 2022 at 01:56:14PM +0200, Gerd Hoffmann wrote: > Hi, > > > > diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c > > > index 3a35193ff7..2e5dae9a89 100644 > > > --- a/hw/i386/pc_q35.c > > > +++ b/hw/i386/pc_q35.c > > > @@ -376,6 +376,7 @@ static void pc_q35

Re: [PULL 05/10] x86: disable rng seeding via setup_data

2022-08-18 Thread Gerd Hoffmann
Hi, > > diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c > > index 3a35193ff7..2e5dae9a89 100644 > > --- a/hw/i386/pc_q35.c > > +++ b/hw/i386/pc_q35.c > > @@ -376,6 +376,7 @@ static void pc_q35_7_1_machine_options(MachineClass *m) > > pc_q35_machine_options(m); > > m->alias = "q35";

Re: [PULL 05/10] x86: disable rng seeding via setup_data

2022-08-18 Thread Michael S. Tsirkin
On Thu, Aug 18, 2022 at 11:27:30AM +0200, Paolo Bonzini wrote: > On 8/17/22 18:14, Michael S. Tsirkin wrote: > > @@ -332,7 +332,7 @@ static void microvm_memory_init(MicrovmMachineState > > *mms) > > rom_set_fw(fw_cfg); > > if (machine->kernel_filename != NULL) { > > -x86_load_l

Re: [PULL 05/10] x86: disable rng seeding via setup_data

2022-08-18 Thread Paolo Bonzini
On 8/17/22 18:14, Michael S. Tsirkin wrote: @@ -332,7 +332,7 @@ static void microvm_memory_init(MicrovmMachineState *mms) rom_set_fw(fw_cfg); if (machine->kernel_filename != NULL) { -x86_load_linux(x86ms, fw_cfg, 0, true, false); +x86_load_linux(x86ms, fw_cfg, 0, t