[Qemu-devel] [PATCH 0/2] trace: fix compilation issues for QEMU 4.0.0

Stefan Hajnoczi posted 2 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190321170831.6539-1-stefanha@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>
trace/ftrace.c                | 12 ++++++++++--
scripts/tracetool/format/d.py |  5 +++++
2 files changed, 15 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH 0/2] trace: fix compilation issues for QEMU 4.0.0
Posted by Stefan Hajnoczi 5 years, 1 month ago
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


Re: [Qemu-devel] [PATCH 0/2] trace: fix compilation issues for QEMU 4.0.0
Posted by Stefan Hajnoczi 5 years, 1 month ago
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