qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v16 7/7] KVM: arm64: Document MTE capability and ioctl


From: Catalin Marinas
Subject: Re: [PATCH v16 7/7] KVM: arm64: Document MTE capability and ioctl
Date: Fri, 18 Jun 2021 15:52:42 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

On Fri, Jun 18, 2021 at 02:28:26PM +0100, Steven Price wrote:
> +When this capability is enabled all memory in (non-device) memslots must not
> +used VM_SHARED, attempts to create a memslot with a VM_SHARED mmap will 
> result
> +in an -EINVAL return.

"must not used" doesn't sound right. Anyway, I'd remove VM_SHARED as
that's a kernel internal and not something the VMM needs to be aware of.
Just say something like "memslots must be mapped as shareable
(MAP_SHARED)".

Otherwise:

Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]