On Tue, 20 Dec 2022 10:19:23 +0100 Nico Boehr <nrb@xxxxxxxxxxxxx> wrote: > Add a test which modifies CMM page states while migration is in > progress. > > This is added to the existing migration-cmm test, which gets a new > command line argument for the sequential and parallel variants. > > Signed-off-by: Nico Boehr <nrb@xxxxxxxxxxxxx> > --- [...] > + > +[migration-cmm-sequential] > +file = migration-cmm.elf > +groups = migration > +extra_params = -append '--sequential' > + > +[migration-cmm-parallel] > +file = migration-during-cmm.elf this should actually be migration-cmm.elf > +groups = migration > +smp = 2 > +extra_params = -append '--parallel'