On Wed, Oct 4, 2023 at 4:57 PM Michael S. Tsirkin wrote:
>
> On Wed, Oct 04, 2023 at 10:49:39AM +0200, Thomas Huth wrote:
> > Rename the innermost local variables to avoid compiler warnings
> > with "-Wshadow".
> >
> > Signed-off-by: Thomas Huth
>
> Reviewed-by: Michael S. Tsirkin
Acked-by: Jas
Thomas Huth writes:
> Rename the innermost local variables to avoid compiler warnings
> with "-Wshadow".
>
> Signed-off-by: Thomas Huth
Queued. Thanks!
Rename the innermost local variables to avoid compiler warnings
with "-Wshadow".
Signed-off-by: Thomas Huth
---
hw/net/vhost_net.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c
index 57427a3997..e8e1661646 100644
--- a/hw/net/
On Wed, Oct 04, 2023 at 10:49:39AM +0200, Thomas Huth wrote:
> Rename the innermost local variables to avoid compiler warnings
> with "-Wshadow".
>
> Signed-off-by: Thomas Huth
Reviewed-by: Michael S. Tsirkin
feel free to merge
> ---
> hw/net/vhost_net.c | 8
> 1 file changed, 4 ins