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
> Signed-off-by: Alexey Kardashevskiy
>
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
Signed-off-by: Alexey Kardashevskiy
---
Changes:
v2:
* polished commit log
---
trace/control.c | 31 ++--