You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/fsdev
Sean Wei 44b540338a fsdev/9p-marshal: move G_GNUC_PRINTF to header
v9fs_string_sprintf() is annotated with G_GNUC_PRINTF(2, 3) in
9p-marshal.c, but the prototype in fsdev/9p-marshal.h is missing the
attribute, so callers that include only the header do not get format
checking.

Move the annotation to the header and delete the duplicate in the
source file. No behavior change.

Signed-off-by: Sean Wei <me@sean.taipei>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250613.qemu.9p.01@sean.taipei>
[CS: fix code style (max. 80 chars per line)]
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
3 days ago
..
9p-iov-marshal.c fsdep/9p: fix -Werror=maybe-uninitialized false-positive 10 months ago
9p-iov-marshal.h Clean up ill-advised or unusual header guards 9 years ago
9p-marshal.c fsdev/9p-marshal: move G_GNUC_PRINTF to header 3 days ago
9p-marshal.h fsdev/9p-marshal: move G_GNUC_PRINTF to header 3 days ago
file-op-9p.h 9pfs: Introduce futimens file op 3 months ago
meson.build 9p: remove 'proxy' filesystem backend driver 10 months ago
p9array.h Don't include headers already included by qemu/osdep.h 2 years ago
qemu-fsdev-dummy.c Include qemu/module.h where needed, drop it from qemu-common.h 6 years ago
qemu-fsdev-opts.c 9p: Added virtfs option 'multidevs=remap|forbid|warn' 6 years ago
qemu-fsdev-throttle.c fsdev: Use ThrottleDirection instread of bool is_write 2 years ago
qemu-fsdev-throttle.h fsdev: Use ThrottleDirection instread of bool is_write 2 years ago
qemu-fsdev.c 9p: remove 'proxy' filesystem backend driver 10 months ago
qemu-fsdev.h 9p: remove 'proxy' filesystem backend driver 10 months ago