Re: [PATCH] spapr: Make spapr_boot_set() a nop

2021-05-21 Thread Greg Kurz
Dammit, forgot to update the subject... Re-posting. On Fri, 21 May 2021 17:45:12 +0200 Greg Kurz wrote: > QEMU 6.0 moved all the -boot variables to the machine. Especially, the > removal of the boot_order static changed the handling of '-boot once' > from: > > if (boot_once) { > qem

[PATCH] spapr: Make spapr_boot_set() a nop

2021-05-21 Thread Greg Kurz
QEMU 6.0 moved all the -boot variables to the machine. Especially, the removal of the boot_order static changed the handling of '-boot once' from: if (boot_once) { qemu_boot_set(boot_once, &error_fatal); qemu_register_reset(restore_boot_order, g_strdup(boot_order)); } to