commit | a35d9be622a85d9ad6be5448e78c8a3f95ee5f00 | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Mon Jun 02 16:34:10 2014 +1000 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Jun 09 15:43:40 2014 +0200 |
tree | 04aea446118dd2835451a3d7ed835c3ce523cead | |
parent | 5b808275f3bbe8cc95bb9301f4d5a41331d0e0e6 [diff] |
trace: Replace fprintf with error_report and print location 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 <vilanova@ac.upc.edu> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>