Adds three commandline arguments to the main *-user programs, following what's already available in softmmu:
* -trace-enable * -trace-events * -trace-file Changes in v2 ============= * Tell user to use 'help' instead of '?' [Eric Blake]. * Remove newlines on argument docs for bsd-user [Eric Blake]. Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu> --- Lluís Vilanova (2): trace: [linux-user] Commandline arguments to control tracing trace: [bsd-user] Commandline arguments to control tracing bsd-user/main.c | 19 +++++++++++++++++++ linux-user/main.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi <stefa...@redhat.com> Cc: Eric Blake <ebl...@redhat.com>