Re: [kvm-unit-tests RFC 0/4] KVM: arm64: Statistical Profiling Extension Tests

2020-09-01 Thread Alexandru Elisei
Hi Eric, These patches are extremely welcome! I took over the KVM SPE patches from Andrew Murray, and I was working on something similar to help with development. The KVM series on the public mailing list work only by chance because it is impossible to reliably map the SPE buffer at EL2 when prof

Re: [kvm-unit-tests PATCH v2 8/9] arm: gic: Provide per-IRQ helper functions

2020-03-05 Thread Alexandru Elisei
Hi, I'm going to reiterate the comments I posted on this exact same patch sent by Andre [1], and add a few new ones. [1] https://www.spinics.net/lists/arm-kernel/msg767690.html On 3/5/20 9:55 AM, Andrew Jones wrote: > On Thu, Jan 30, 2020 at 12:25:09PM +0100, Eric Auger wrote: >> From: Andre Prz

Re: [kvm-unit-tests RFC 01/10] arm64: Provide read/write_sysreg_s

2019-12-06 Thread Alexandru Elisei
> + > asm( > ".irp > num,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30\n" > ".equ.L__reg_num_x\\num, \\num\n" That's exactly the code that I wrote for my EL2 series :) Reviewed-by: Alexandru Elisei Thanks, Alex