mbox series

[0/2] trace: fix compilation issues for QEMU 4.0.0

Message ID 20190321170831.6539-1-stefanha@redhat.com (mailing list archive)
Headers show
Series trace: fix compilation issues for QEMU 4.0.0 | expand

Message

Stefan Hajnoczi March 21, 2019, 5:08 p.m. UTC
These patches fix compilation issues spotted by Markus Armbruster
<armbru@redhat.com>.  See the patches for details.

Stefan Hajnoczi (2):
  trace: handle tracefs path truncation
  trace: avoid SystemTap dtrace(1) warnings on empty files

 trace/ftrace.c                | 12 ++++++++++--
 scripts/tracetool/format/d.py |  5 +++++
 2 files changed, 15 insertions(+), 2 deletions(-)

Comments

Stefan Hajnoczi March 22, 2019, 3:55 p.m. UTC | #1
On Thu, Mar 21, 2019 at 05:08:29PM +0000, Stefan Hajnoczi wrote:
> These patches fix compilation issues spotted by Markus Armbruster
> <armbru@redhat.com>.  See the patches for details.
> 
> Stefan Hajnoczi (2):
>   trace: handle tracefs path truncation
>   trace: avoid SystemTap dtrace(1) warnings on empty files
> 
>  trace/ftrace.c                | 12 ++++++++++--
>  scripts/tracetool/format/d.py |  5 +++++
>  2 files changed, 15 insertions(+), 2 deletions(-)
> 
> -- 
> 2.20.1
> 

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

Stefan