Stefan Weil c76eaf1397 hw/9pfs: Fix broken compilation caused by wrong trace events
Commit c572f23a3e7180dbeab5e86583e43ea2afed6271 added trace events
with mismatching format string and arguments.

gcc reports these errors:

In file included from trace.c:2:0:
trace.h: In function ‘trace_v9fs_attach’:
trace.h:2850:9: error: too many arguments for format [-Werror=format-extra-args]
trace.h: In function ‘trace_v9fs_wstat’:
trace.h:3039:9: error: too many arguments for format [-Werror=format-extra-args]
trace.h: In function ‘trace_v9fs_mkdir’:
trace.h:3088:9: error: too many arguments for format [-Werror=format-extra-args]
trace.h: In function ‘trace_v9fs_mkdir_return’:
trace.h:3095:9: error: too many arguments for format [-Werror=format-extra-args]

Fix the format strings and also use %u instead of %d for unsigned values
in the changed strings. There are more minor errors of this kind
which I did not fix because that would make the review more difficult.

v2: Fixed position of } for v9fs_mkdir_return.

Cc: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2011-10-20 15:30:59 -05:00
2011-10-16 11:11:56 +00:00
2011-10-06 09:48:07 +02:00
2011-10-05 09:26:23 +01:00
2011-10-03 13:53:14 -03:00
2011-10-06 09:48:09 +02:00
2011-10-16 10:40:16 +00:00
2011-10-14 17:31:22 +02:00
2011-10-19 10:48:57 -02:00
2011-10-06 09:48:01 +02:00
2011-10-04 11:02:57 -03:00
2011-10-04 11:02:57 -03:00
2011-10-11 15:57:07 +02:00
2011-10-11 15:57:07 +02:00
2011-10-16 11:11:56 +00:00
2011-10-11 15:57:09 +02:00
2011-10-02 16:27:13 +02:00
2011-10-06 09:48:09 +02:00
2011-10-04 11:00:46 -03:00
2011-10-04 11:00:46 -03:00
2011-10-04 11:02:57 -03:00
2011-10-19 10:48:57 -02:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%