]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
qemu-io: Fix warnings from static code analysis
authorStefan Weil <sw@weilnetz.de>
Wed, 5 Mar 2014 21:23:00 +0000 (22:23 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 13 Mar 2014 13:42:24 +0000 (14:42 +0100)
commitf988388025c230ef3293cc0c3820cb40e03adfbf
tree0937333939b9627ee21cdb7385bc1152a70acbfe
parent9562f69cfdc55c7c1625bb88df1637fed182e68b
qemu-io: Fix warnings from static code analysis

Smatch complains about several global symbols which should be local.

Add the missing 'static' attributes and move the 'extern' declaration
of variable qemuio_misalign to qemu-io.h. This variable also changes
the type from 'int' to 'bool' which better fits documents its use.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/qemu-io.h
qemu-io-cmds.c
qemu-io.c