Re: [Qemu-devel] [PATCH 00/15] target-s390x: add Program-Event Recording feature

2015-06-16 Thread Alexander Graf
On 13.06.15 00:45, Aurelien Jarno wrote: > This patch set adds support for the Program-Event Recording (PER) > feature. It implements all the PER functionalities except the > following ones: > - zero-address-detection event (part of the zero-address-detection > facility) > - transaction-end eve

[Qemu-devel] [PATCH 00/15] target-s390x: add Program-Event Recording feature

2015-06-12 Thread Aurelien Jarno
This patch set adds support for the Program-Event Recording (PER) feature. It implements all the PER functionalities except the following ones: - zero-address-detection event (part of the zero-address-detection facility) - transaction-end event (we don't implement transactional memory) There are