qemu/include
Stefan Weil f988388025 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>
2014-03-13 14:42:24 +01:00
..
2014-03-11 13:20:23 +00:00
2014-02-21 22:29:50 +01:00
2014-03-13 14:42:21 +01:00
2014-03-13 14:42:24 +01:00
2014-03-05 09:52:04 +01:00
2014-02-25 10:50:11 +00:00