Re: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'

2024-05-19 Thread Fei Li
On 2024-05-18 at 00:12:46 +, Dr. David Alan Gilbert wrote:
> * li...@treblig.org (li...@treblig.org) wrote:
> > From: "Dr. David Alan Gilbert" 
> > 
> > It doesn't look like this was ever used.
> > 
> > Build tested only.
> > 
> > Signed-off-by: Dr. David Alan Gilbert 
> 
> Ping

Acked-by: Fei Li 

Thanks.

> 
> > ---
> >  drivers/virt/acrn/irqfd.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
> > index d4ad211dce7a3..346cf0be4aac7 100644
> > --- a/drivers/virt/acrn/irqfd.c
> > +++ b/drivers/virt/acrn/irqfd.c
> > @@ -16,8 +16,6 @@
> >  
> >  #include "acrn_drv.h"
> >  
> > -static LIST_HEAD(acrn_irqfd_clients);
> > -
> >  /**
> >   * struct hsm_irqfd - Properties of HSM irqfd
> >   * @vm:Associated VM pointer
> > -- 
> > 2.45.0
> > 
> -- 
>  -Open up your eyes, open up your mind, open up your code ---   
> / Dr. David Alan Gilbert|   Running GNU/Linux   | Happy  \ 
> \dave @ treblig.org |   | In Hex /
>  \ _|_ http://www.treblig.org   |___/
> 



Re: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'

2024-05-17 Thread Dr. David Alan Gilbert
* li...@treblig.org (li...@treblig.org) wrote:
> From: "Dr. David Alan Gilbert" 
> 
> It doesn't look like this was ever used.
> 
> Build tested only.
> 
> Signed-off-by: Dr. David Alan Gilbert 

Ping

> ---
>  drivers/virt/acrn/irqfd.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
> index d4ad211dce7a3..346cf0be4aac7 100644
> --- a/drivers/virt/acrn/irqfd.c
> +++ b/drivers/virt/acrn/irqfd.c
> @@ -16,8 +16,6 @@
>  
>  #include "acrn_drv.h"
>  
> -static LIST_HEAD(acrn_irqfd_clients);
> -
>  /**
>   * struct hsm_irqfd - Properties of HSM irqfd
>   * @vm:  Associated VM pointer
> -- 
> 2.45.0
> 
-- 
 -Open up your eyes, open up your mind, open up your code ---   
/ Dr. David Alan Gilbert|   Running GNU/Linux   | Happy  \ 
\dave @ treblig.org |   | In Hex /
 \ _|_ http://www.treblig.org   |___/



[PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'

2024-05-04 Thread linux
From: "Dr. David Alan Gilbert" 

It doesn't look like this was ever used.

Build tested only.

Signed-off-by: Dr. David Alan Gilbert 
---
 drivers/virt/acrn/irqfd.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
index d4ad211dce7a3..346cf0be4aac7 100644
--- a/drivers/virt/acrn/irqfd.c
+++ b/drivers/virt/acrn/irqfd.c
@@ -16,8 +16,6 @@
 
 #include "acrn_drv.h"
 
-static LIST_HEAD(acrn_irqfd_clients);
-
 /**
  * struct hsm_irqfd - Properties of HSM irqfd
  * @vm:Associated VM pointer
-- 
2.45.0