OSDN Git Service

KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_range
authorAaron Lewis <aaronlewis@google.com>
Wed, 21 Sep 2022 15:15:24 +0000 (15:15 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Nov 2022 17:31:30 +0000 (12:31 -0500)
commit8aff460f216753d86ab90ddbcab0125ab2400335
treec36fd23527c2802f1d5870a87b18d2b672849ee0
parentc1340fe3590ebbe729294c728234434ef31a7c7a
KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_range

Add the mask KVM_MSR_FILTER_RANGE_VALID_MASK for the flags in the
struct kvm_msr_filter_range.  This simplifies checks that validate
these flags, and makes it easier to introduce new flags in the future.

No functional change intended.

Signed-off-by: Aaron Lewis <aaronlewis@google.com>
Message-Id: <20220921151525.904162-5-aaronlewis@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/uapi/asm/kvm.h
arch/x86/kvm/x86.c