qemu-irix/migration
Stefan Weil 2ae31aea21 migration: Fix warnings caused by missing 'static' attribute
Warnings from the Sparse static analysis tool:

migration-rdma.c:151:12: warning:
 symbol 'wrid_desc' was not declared. Should it be static?
migration-rdma.c:190:12: warning:
 symbol 'control_desc' was not declared. Should it be static?
migration-rdma.c:3301:19: warning:
 symbol 'rdma_read_ops' was not declared. Should it be static?
migration-rdma.c:3308:19: warning:
 symbol 'rdma_write_ops' was not declared. Should it be static?

Cc: Juan Quintela <quintela@redhat.com>
Cc: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2015-02-10 10:26:05 +03:00
..
Makefile.objs
block.c
exec.c
fd.c
migration.c
qemu-file-buf.c
qemu-file-internal.h
qemu-file-stdio.c
qemu-file-unix.c
qemu-file.c
rdma.c migration: Fix warnings caused by missing 'static' attribute 2015-02-10 10:26:05 +03:00
tcp.c
unix.c
vmstate.c
xbzrle.c