mbox series

[0/2] trace: fix "-trace file=...."

Message ID 20210209145759.141231-1-pbonzini@redhat.com
Headers show
Series trace: fix "-trace file=...." | expand

Message

Paolo Bonzini Feb. 9, 2021, 2:57 p.m. UTC
This series contains two fixes for "-trace file=...".  The first applies
to all backends, while the second only applies to the log backend.

Paolo Bonzini (2):
  trace: fix "-trace file=..."
  trace: skip qemu_set_log_filename if no "-D" option was passed

 softmmu/vl.c    |  4 +++-
 trace/control.c | 13 +++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

Comments

Stefan Hajnoczi Feb. 15, 2021, 5:34 p.m. UTC | #1
On Tue, Feb 09, 2021 at 03:57:57PM +0100, Paolo Bonzini wrote:
> This series contains two fixes for "-trace file=...".  The first applies
> to all backends, while the second only applies to the log backend.
> 
> Paolo Bonzini (2):
>   trace: fix "-trace file=..."
>   trace: skip qemu_set_log_filename if no "-D" option was passed
> 
>  softmmu/vl.c    |  4 +++-
>  trace/control.c | 13 +++++++------
>  2 files changed, 10 insertions(+), 7 deletions(-)
> 
> -- 
> 2.29.2
> 

Thanks, applied to my tracing tree:
https://gitlab.com/stefanha/qemu/commits/tracing

Stefan