[Qemu-devel] [PATCH v2 0/2] Avoid QEMU specific types in trace probes

Daniel P. Berrangé posted 2 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180308155524.5082-1-berrange@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
scripts/tracetool/__init__.py | 46 +++++++++++++++++++++++++++++++++++++++++++
trace-events                  |  6 +++---
2 files changed, 49 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH v2 0/2] Avoid QEMU specific types in trace probes
Posted by Daniel P. Berrangé 6 years, 1 month ago
Changed in v2:

 - Split into 2 patches
 - Added ptrdiff_t type to whitelist

Daniel P. Berrangé (2):
  trace: remove use of QEMU specific types from trace probes
  trace: only permit standard C types and fixed size integer types

 scripts/tracetool/__init__.py | 46 +++++++++++++++++++++++++++++++++++++++++++
 trace-events                  |  6 +++---
 2 files changed, 49 insertions(+), 3 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PATCH v2 0/2] Avoid QEMU specific types in trace probes
Posted by Stefan Hajnoczi 6 years, 1 month ago
On Thu, Mar 08, 2018 at 03:55:22PM +0000, Daniel P. Berrangé wrote:
> Changed in v2:
> 
>  - Split into 2 patches
>  - Added ptrdiff_t type to whitelist
> 
> Daniel P. Berrangé (2):
>   trace: remove use of QEMU specific types from trace probes
>   trace: only permit standard C types and fixed size integer types
> 
>  scripts/tracetool/__init__.py | 46 +++++++++++++++++++++++++++++++++++++++++++
>  trace-events                  |  6 +++---
>  2 files changed, 49 insertions(+), 3 deletions(-)
> 
> -- 
> 2.14.3
> 

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

Stefan