Re: [Qemu-devel] [PATCH] target/ppc: Fix backwards migration of msr_mask

2018-04-03 Thread Simon Guo
David, On Tue, Mar 20, 2018 at 01:23:19PM +1100, David Gibson wrote: > 21b786f "PowerPC: Add TS bits into msr_mask" added the transaction states > to msr_mask for recent POWER CPUs to allow correct migration of machines > that are in certain interim transactional memory states. > > This was correc

Re: [Qemu-devel] [PATCH] target/ppc: Fix backwards migration of msr_mask

2018-03-20 Thread Lukáš Doktor
Dne 20.3.2018 v 03:23 David Gibson napsal(a): > 21b786f "PowerPC: Add TS bits into msr_mask" added the transaction states > to msr_mask for recent POWER CPUs to allow correct migration of machines > that are in certain interim transactional memory states. > > This was correct, but unfortunately br

Re: [Qemu-devel] [PATCH] target/ppc: Fix backwards migration of msr_mask

2018-03-20 Thread Greg Kurz
On Tue, 20 Mar 2018 13:23:19 +1100 David Gibson wrote: > 21b786f "PowerPC: Add TS bits into msr_mask" added the transaction states > to msr_mask for recent POWER CPUs to allow correct migration of machines > that are in certain interim transactional memory states. > > This was correct, but unfor

Re: [Qemu-devel] [PATCH] target/ppc: Fix backwards migration of msr_mask

2018-03-20 Thread Laurent Vivier
On 20/03/2018 03:23, David Gibson wrote: > 21b786f "PowerPC: Add TS bits into msr_mask" added the transaction states > to msr_mask for recent POWER CPUs to allow correct migration of machines > that are in certain interim transactional memory states. > > This was correct, but unfortunately breaks