Re: [Qemu-devel] Check format specifiers for fprintf like function pointers

2010-03-29 Thread Stefan Weil
Stefan Weil schrieb: > fprintf like function pointers are used for log output, especially > for cpu / fpu register dumps. > > When I examined wrong values for an x86_64 target on a i386 host, > I noticed that it was caused by wrong format specifiers and that > there are more errors of this kind. >

[Qemu-devel] Check format specifiers for fprintf like function pointers

2010-03-29 Thread Stefan Weil
fprintf like function pointers are used for log output, especially for cpu / fpu register dumps. When I examined wrong values for an x86_64 target on a i386 host, I noticed that it was caused by wrong format specifiers and that there are more errors of this kind. I could fix some (see list below)