Re: [Qemu-devel] [PATCH for-2.10 1/2] target/ppc: Implement TIDR

2017-08-08 Thread Greg Kurz
On Tue, 8 Aug 2017 11:13:03 +0200 Cédric Le Goater wrote: > On 08/08/2017 08:08 AM, David Gibson wrote: > > This adds a trivial implementation of the TIDR register added in > > POWER9. This isn't particularly important to qemu directly - it's > > used by accelerator modules that we don't emulate

Re: [Qemu-devel] [PATCH for-2.10 1/2] target/ppc: Implement TIDR

2017-08-08 Thread Cédric Le Goater
On 08/08/2017 08:08 AM, David Gibson wrote: > This adds a trivial implementation of the TIDR register added in > POWER9. This isn't particularly important to qemu directly - it's > used by accelerator modules that we don't emulate. > > However, since qemu isn't aware of it, its state is not synch

[Qemu-devel] [PATCH for-2.10 1/2] target/ppc: Implement TIDR

2017-08-07 Thread David Gibson
This adds a trivial implementation of the TIDR register added in POWER9. This isn't particularly important to qemu directly - it's used by accelerator modules that we don't emulate. However, since qemu isn't aware of it, its state is not synchronized with KVM and therefore not migrated, which can