Re: [Qemu-devel] [PATCH 0/9] target-ppc: Rudimentary Support for Transactional Memory

2014-12-18 Thread Alexander Graf
On 18.12.14 17:34, Tom Musta wrote: > This patch series introduces rudimentary support for the Transactional Memory > (TM) feature of Power ISA V2.07. In a nutshell, software uses the feature by > initiating a transaction via the tbegin instruction. Hardware then > accumulates > storage access

[Qemu-devel] [PATCH 0/9] target-ppc: Rudimentary Support for Transactional Memory

2014-12-18 Thread Tom Musta
This patch series introduces rudimentary support for the Transactional Memory (TM) feature of Power ISA V2.07. In a nutshell, software uses the feature by initiating a transaction via the tbegin instruction. Hardware then accumulates storage accesses until the transaction is committed via the ten