On Mon Jul 1, 2024 at 5:10 PM AEST, Michael Tokarev wrote: > 06.06.2024 14:26, Michael Tokarev wrote: > > 06.05.2024 14:56, Nicholas Piggin wrote: > >> This cap did not add the migration code when it was introduced. This > >> results in migration failure when changing the default using the > >> command line. > >> > >> Cc: qemu-sta...@nongnu.org > >> Fixes: ccc5a4c5e10 ("spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 > >> support for H_SET_MODE hcall") > >> Signed-off-by: Nicholas Piggin <npig...@gmail.com> > >> --- > >> include/hw/ppc/spapr.h | 1 + > >> hw/ppc/spapr.c | 1 + > >> hw/ppc/spapr_caps.c | 1 + > >> 3 files changed, 3 insertions(+) > > > > Hi! > > > > Has this change been forgotten? It's aimed at -stable, so must be > > fixing a real issue. > > Ping #2 ? :)
Ah sorry, I meant to deal with this before. But yes I did forget it in the last PR and it does fix a migration issue. Thanks for the reminder of it. I'll send it in soon. Thanks, Nick