KVM: Drop unused kvm_dirty_gfn_invalid()
Drop the unused function as reported by test bot. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20210901230904.15164-1-peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d9130a2dfd
commit
109bbba506
|
@ -91,11 +91,6 @@ static inline void kvm_dirty_gfn_set_dirtied(struct kvm_dirty_gfn *gfn)
|
|||
gfn->flags = KVM_DIRTY_GFN_F_DIRTY;
|
||||
}
|
||||
|
||||
static inline bool kvm_dirty_gfn_invalid(struct kvm_dirty_gfn *gfn)
|
||||
{
|
||||
return gfn->flags == 0;
|
||||
}
|
||||
|
||||
static inline bool kvm_dirty_gfn_harvested(struct kvm_dirty_gfn *gfn)
|
||||
{
|
||||
return gfn->flags & KVM_DIRTY_GFN_F_RESET;
|
||||
|
|
Loading…
Reference in New Issue