On 15/05/2019 02.28, Suraj Jitindar Singh wrote: > This test was initially designed to test for a known bug where > performing a sequence of H_CEDE hcalls while suspended would cause a > vcpu to lockup in the host. The fix has been available for some time > now, so to increase coverage of this test remove the no-default flag. > > Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@xxxxxxxxx> > --- > powerpc/unittests.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/powerpc/unittests.cfg b/powerpc/unittests.cfg > index af535b7..1e74948 100644 > --- a/powerpc/unittests.cfg > +++ b/powerpc/unittests.cfg > @@ -64,7 +64,7 @@ file = emulator.elf > file = tm.elf > smp = 2,threads=2 > extra_params = -machine cap-htm=on -append "h_cede_tm" > -groups = nodefault,h_cede_tm > +groups = h_cede_tm > > [sprs] > file = sprs.elf Acked-by: Thomas Huth <thuth@xxxxxxxxxx>