On 2021-10-08 08:27, Will Deacon wrote:
On Thu, Oct 07, 2021 at 01:56:47PM +0100, Marc Zyngier wrote:
On Tue, 05 Oct 2021 12:37:21 +0100,
Will Deacon <will@xxxxxxxxxx> wrote:
>
This is no helping with the above, but can we *please* try to get rid
of this #define insanity before moving things around? I came up with
the following, which seems to build.
Thoughts?
M.
From 8a50c98489220d2ebaf02d4ffdbef3cf0d6634ee Mon Sep 17 00:00:00 2001
From: Marc Zyngier <maz@xxxxxxxxxx>
Date: Thu, 7 Oct 2021 13:18:29 +0100
Subject: [PATCH] KVM: arm64: Turn __KVM_HOST_SMCCC_FUNC_* into an enum
(mostly)
__KVM_HOST_SMCCC_FUNC_* is a royal pain, as there is a fair amount
of churn around these #defines, and we avoid making it an enum
only for the sake of the early init, low level code that requires
__KVM_HOST_SMCCC_FUNC___kvm_hyp_init to be usable from assembly.
Let's be brave and turn everything but this symbol into an enum,
using a bit of arithmetic to avoid any overlap.
Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx>
---
arch/arm64/include/asm/kvm_asm.h | 44
+++++++++++++++++---------------
1 file changed, 24 insertions(+), 20 deletions(-)
Looks fine to me:
Acked-by: Will Deacon <will@xxxxxxxxxx>
Do you need me to respin my series on top of this?
If you don't mind, that'd make my life easier.
Thanks,
M.
--
Jazz is not dead. It just smells funny...
_______________________________________________
kvmarm mailing list
kvmarm@xxxxxxxxxxxxxxxxxxxxx
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm