Re: [Xen-devel] [PATCH v25 00/15] x86/PMU: Xen PMU PV(H) support

2015-07-10 Thread Dietmar Hahn
Am Freitag 19 Juni 2015, 14:44:31 schrieb Boris Ostrovsky: > Changes in v25: > * Add extra check for consistency in patch 4 > * Replace few returns with 'ret = -E...' (patches 4 and 12) > * Clarified commit message in patch 8 > * A couple of cosmetic changes in patch 12 > (I left AMD multi-counter

Re: [Xen-devel] [PATCH v25 00/15] x86/PMU: Xen PMU PV(H) support

2015-07-08 Thread Jan Beulich
>>> On 19.06.15 at 20:44, wrote: While making another scan through this series now that some more reviews from Dietmar are trickling in, I notice: > Boris Ostrovsky (15): > common/symbols: Export hypervisor symbols to privileged guest > x86/VPMU: Add public xenpmu.h > x86/VPMU: Make vpmu n

[Xen-devel] [PATCH v25 00/15] x86/PMU: Xen PMU PV(H) support

2015-06-19 Thread Boris Ostrovsky
Changes in v25: * Add extra check for consistency in patch 4 * Replace few returns with 'ret = -E...' (patches 4 and 12) * Clarified commit message in patch 8 * A couple of cosmetic changes in patch 12 (I left AMD multi-counter problem unfixed since what I thought would be sufficient to fix it did