]> git.proxmox.com Git - mirror_qemu.git/commit
virtio: Fix warning caused by missing 'static' attribute
authorStefan Weil <sw@weilnetz.de>
Fri, 6 Feb 2015 21:43:17 +0000 (22:43 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 10 Feb 2015 07:26:05 +0000 (10:26 +0300)
commit43d735547b2a29cafd7d9529ac38734950b235f7
tree1bc668205decf1076e578ba777dc7bcaca9d3845
parent73d22cafcaea7cb7b5f3ebbff2df5458d3f3c570
virtio: Fix warning caused by missing 'static' attribute

Warning from the Sparse static analysis tool:

hw/char/virtio-serial-bus.c:31:3:
 warning: symbol 'vserdevices' was not declared. Should it be static?

Cc: Amit Shah <amit.shah@redhat.com>
Cc: Anthony Liguori <aliguori@amazon.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/char/virtio-serial-bus.c