Re: [PATCHv2 0/2] arm64: add finalized cap helper

2020-03-13 Thread Catalin Marinas
On Fri, Feb 21, 2020 at 02:50:20PM +, Mark Rutland wrote: > Mark Rutland (2): > arm64: cpufeature: add cpus_have_final_cap() > arm64: kvm: hyp: use cpus_have_final_cap() Queued for 5.7. Thanks. -- Catalin ___ kvmarm mailing list kvmarm@lists.cs

[PATCH RESEND] KVM: arm: fix missing free_percpu_irq in kvm_timer_hyp_init()

2020-03-13 Thread linmiaohe
From: Miaohe Lin When host_ptimer_irq request irq resource failed, we forget to release the host_vtimer_irq resource already requested. Fix this missing irq release and other similar scenario. Fixes: 9e01dc76be6a ("KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems") Signed-off-by

Re: [kvm-unit-tests PATCH v6 10/13] arm/arm64: ITS: INT functional tests

2020-03-13 Thread Auger Eric
Hi Zenghui, On 3/13/20 3:06 AM, Zenghui Yu wrote: > On 2020/3/11 21:51, Eric Auger wrote: >> +static void test_its_trigger(void) >> +{ >> +    struct its_collection *col3, *col2; >> +    struct its_device *dev2, *dev7; >> + >> +    if (its_prerequisites(4)) >> +    return; >> + >> +    dev2 = i