On 27/02/2019 03.23, David Gibson wrote: > The h_cede_tm case is specifically about an edge case with the H_CEDE > hypercall while using hardware transactional memory (HTM). Current qemu > versions don't enable HTM instructions in guests by default, so we should > explicitly enable them in order to execute this test. > > Signed-off-by: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx> > --- > powerpc/unittests.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/powerpc/unittests.cfg b/powerpc/unittests.cfg > index 4eda258..af535b7 100644 > --- a/powerpc/unittests.cfg > +++ b/powerpc/unittests.cfg > @@ -63,7 +63,7 @@ file = emulator.elf > [h_cede_tm] > file = tm.elf > smp = 2,threads=2 > -extra_params = -append "h_cede_tm" > +extra_params = -machine cap-htm=on -append "h_cede_tm" > groups = nodefault,h_cede_tm There is a typo in the subject (which I can fix while applying the patch), but apart from that: Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>