On Mon, Jun 02, 2014 at 04:34:10PM +1000, Alexey Kardashevskiy wrote: > This replaces fprintf(stderr) with error_report. > > This moves local variables to the beginning of the function to comply > with QEMU's coding style. > > Suggested-by: LluĂs Vilanova <vilan...@ac.upc.edu> > Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru> > --- > Changes: > v2: > * polished commit log > --- > trace/control.c | 31 ++++++++++++++++++------------- > 1 file changed, 18 insertions(+), 13 deletions(-)
Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan