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

Paolo Bonzini posted 2 patches 3 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210209145759.141231-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
softmmu/vl.c    |  4 +++-
trace/control.c | 13 +++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
[PATCH 0/2] trace: fix "-trace file=...."
Posted by Paolo Bonzini 3 years, 2 months ago
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


Re: [PATCH 0/2] trace: fix "-trace file=...."
Posted by Stefan Hajnoczi 3 years, 2 months ago
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