[PATCH v7 07/45] arm64: RME: Define the user ABI

Aneesh Kumar K.V aneesh.kumar at kernel.org
Fri Feb 14 05:09:45 PST 2025


Steven Price <steven.price at arm.com> writes:

....

> +/* Available with KVM_CAP_ARM_RME, only for VMs with KVM_VM_TYPE_ARM_REALM  */
> +struct kvm_arm_rmm_psci_complete {
> +	__u64 target_mpidr;
> +	__u32 psci_status;
> +	__u32 padding[3];
> +};
> +
> +/* FIXME: Update nr (0xd2) when merging */
> +#define KVM_ARM_VCPU_RMM_PSCI_COMPLETE	_IOW(KVMIO, 0xd2, struct kvm_arm_rmm_psci_complete)
> +

This needs an update?

-aneesh



More information about the linux-arm-kernel mailing list