diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2018-06-28 09:54:03 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-06-28 09:54:03 +0100 |
commit | 1571a23c8f6fff61cf0ed7acb41007d1fd6240f2 (patch) | |
tree | d83fe5920304a572d909653d8533a86dfc3691c8 /scripts | |
parent | 00928a421d47f49691cace1207481b7aad31b1f1 (diff) | |
parent | ec09f877532210e28e1d4b6b12896d3eb6d8e8d1 (diff) | |
download | qemu-1571a23c8f6fff61cf0ed7acb41007d1fd6240f2.zip qemu-1571a23c8f6fff61cf0ed7acb41007d1fd6240f2.tar.gz qemu-1571a23c8f6fff61cf0ed7acb41007d1fd6240f2.tar.bz2 |
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
Pull request
* Trace TCG atomic memory accesses
* Document that trace event arguments cannot be floating point
# gpg: Signature made Wed 27 Jun 2018 13:57:40 BST
# gpg: using RSA key 9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
# gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>"
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8
* remotes/stefanha/tags/tracing-pull-request:
trace: forbid floating point types
trace: enable tracing of TCG atomics
trace: add trace_mem_build_info_no_se_be/le
trace: expand mem_info:size_shift to 3 bits
trace: simplify trace_mem functions
trace: fix misreporting of TCG access sizes for user-space
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/tracetool/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/tracetool/__init__.py b/scripts/tracetool/__init__.py index b20fac3..0e3c9e1 100644 --- a/scripts/tracetool/__init__.py +++ b/scripts/tracetool/__init__.py @@ -53,8 +53,6 @@ ALLOWED_TYPES = [ "bool", "unsigned", "signed", - "float", - "double", "int8_t", "uint8_t", "int16_t", |