Re: [Qemu-devel] [PATCH] vhost_net: Add missing 'static' attribute
Applied to trivial, thank you! /mjt
[Qemu-devel] [PATCH] vhost_net: Add missing 'static' attribute
This fixes a warning from smatch. Signed-off-by: Stefan Weil --- hw/net/vhost_net.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c index 4e3a061..ebfb6db 100644 --- a/hw/net/vhost_net.c +++ b/hw/net/vhost_net.c @@ -56,7 +56,7 @@ sta