Re: [Qemu-devel] [PATCH] hw/9pfs: Fix broken compilation caused by wrong trace events

2011-10-20 Thread Anthony Liguori
On 10/20/2011 02:55 PM, Stefan Weil wrote: 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 argu

Re: [Qemu-devel] [PATCH] hw/9pfs: Fix broken compilation caused by wrong trace events

2011-10-20 Thread Stefan Weil
Am 20.10.2011 21:48, schrieb Stefan Weil: > 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: to

[Qemu-devel] [PATCH] hw/9pfs: Fix broken compilation caused by wrong trace events

2011-10-20 Thread Stefan Weil
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]

[Qemu-devel] [PATCH] hw/9pfs: Fix broken compilation caused by wrong trace events

2011-10-20 Thread Stefan Weil
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]