Re: [PATCH v5 06/10] KVM: Allow kvm_device_ops to be const

From: Andrew Jones
Date: Thu Oct 03 2019 - 09:23:27 EST


On Wed, Oct 02, 2019 at 03:50:33PM +0100, Steven Price wrote:
> Currently a kvm_device_ops structure cannot be const without triggering
> compiler warnings. However the structure doesn't need to be written to
> and, by marking it const, it can be read-only in memory. Add some more
> const keywords to allow this.
>
> Signed-off-by: Steven Price <steven.price@xxxxxxx>
> ---
> include/linux/kvm_host.h | 4 ++--
> virt/kvm/kvm_main.c | 6 +++---
> 2 files changed, 5 insertions(+), 5 deletions(-)
>

Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>