linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] KVM: Drop unused kvm_dirty_gfn_invalid()
@ 2021-09-01 23:09 Peter Xu
  2021-09-06 12:24 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Xu @ 2021-09-01 23:09 UTC (permalink / raw)
  To: linux-kernel, kvm; +Cc: peterx, Paolo Bonzini, kernel test robot

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>
--
v2:
- Fix the subject that points to the right function; the copy-paste failed.
---
 virt/kvm/dirty_ring.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/virt/kvm/dirty_ring.c b/virt/kvm/dirty_ring.c
index 7aafefc50aa7..88f4683198ea 100644
--- a/virt/kvm/dirty_ring.c
+++ b/virt/kvm/dirty_ring.c
@@ -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;
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] KVM: Drop unused kvm_dirty_gfn_invalid()
  2021-09-01 23:09 [PATCH v2] KVM: Drop unused kvm_dirty_gfn_invalid() Peter Xu
@ 2021-09-06 12:24 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2021-09-06 12:24 UTC (permalink / raw)
  To: Peter Xu, linux-kernel, kvm; +Cc: kernel test robot

On 02/09/21 01:09, Peter Xu wrote:
> 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>
> --
> v2:
> - Fix the subject that points to the right function; the copy-paste failed.
> ---
>   virt/kvm/dirty_ring.c | 5 -----
>   1 file changed, 5 deletions(-)
> 
> diff --git a/virt/kvm/dirty_ring.c b/virt/kvm/dirty_ring.c
> index 7aafefc50aa7..88f4683198ea 100644
> --- a/virt/kvm/dirty_ring.c
> +++ b/virt/kvm/dirty_ring.c
> @@ -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;
> 

Queued, thanks.

Paolo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-06 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 23:09 [PATCH v2] KVM: Drop unused kvm_dirty_gfn_invalid() Peter Xu
2021-09-06 12:24 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).