Re: [Qemu-devel] [PATCH] target/ppc: Initialize lazy_tlb_flush correctly

2018-03-20 Thread Greg Kurz
On Tue, 20 Mar 2018 13:03:45 +1100 David Gibson wrote: > ppc_tr_init_disas_context() correctly sets lazy_tlb_flush to true on > certain CPU models. However, it leaves it uninitialized, instead of > setting it to false on all others. > > It wasn't caught before now because we didn't have example

Re: [Qemu-devel] [PATCH] target/ppc: Initialize lazy_tlb_flush correctly

2018-03-20 Thread Thomas Huth
On 20.03.2018 03:03, David Gibson wrote: > ppc_tr_init_disas_context() correctly sets lazy_tlb_flush to true on > certain CPU models. However, it leaves it uninitialized, instead of > setting it to false on all others. > > It wasn't caught before now because we didn't have examples in the tests >

[Qemu-devel] [PATCH] target/ppc: Initialize lazy_tlb_flush correctly

2018-03-19 Thread David Gibson
ppc_tr_init_disas_context() correctly sets lazy_tlb_flush to true on certain CPU models. However, it leaves it uninitialized, instead of setting it to false on all others. It wasn't caught before now because we didn't have examples in the tests that exercised this path. However it can now be cau