mirror of https://gitee.com/openkylin/qemu.git
vhost_net: Add missing 'static' attribute
This fixes a warning from smatch. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
2343dd11a6
commit
d122f1a254
|
@ -56,7 +56,7 @@ static const int kernel_feature_bits[] = {
|
|||
};
|
||||
|
||||
/* Features supported by others. */
|
||||
const int user_feature_bits[] = {
|
||||
static const int user_feature_bits[] = {
|
||||
VIRTIO_F_NOTIFY_ON_EMPTY,
|
||||
VIRTIO_RING_F_INDIRECT_DESC,
|
||||
VIRTIO_RING_F_EVENT_IDX,
|
||||
|
|
Loading…
Reference in New Issue