commit | 31d3c9b8c15d7b42f508d5fc2adc4abb7c732b70 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Sun Mar 13 20:14:30 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Tue Mar 15 18:03:26 2011 +0000 |
tree | 06e4b51f2b49992dac1196d1eb3e6cb62df0f026 | |
parent | cc015e9a5dde2f03f123357fa060acbdfcd570a4 [diff] |
simpletrace: Move st_init() error reporting User emulator builds do not have error_report() so it should not be used by simpletrace.c. In fact, error reporting inside simpletrace.c is inappropriate and should be done by the caller instead. This patch moves st_init() error reporting out to its caller, vl.c:main(). Reported-by: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>