]> git.proxmox.com Git - mirror_qemu.git/commit - .gitignore
trace: [tcg] Define TCG tracing helper routine wrappers
authorLluís Vilanova <vilanova@ac.upc.edu>
Fri, 30 May 2014 12:12:01 +0000 (14:12 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 12 Aug 2014 13:26:12 +0000 (14:26 +0100)
commitf4654226d42cff5351b5f0df5913c5cf04775cdc
tree2f0cdf2aab1038150c1cb0465325b14d4b37bc30
parent341ea69185239eeb7da73434ac2803790a429e9c
trace: [tcg] Define TCG tracing helper routine wrappers

Generates header "trace/generated-helpers-wrappers.h" with definitions for TCG
helper wrappers.

These wrappers ('gen_helper_trace_${event}_exec_wrapper') transform mixed native
and TCG argument types to TCG types and call the actual TCG helpers
('gen_helper_trace_${event}_exec_proxy').

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
.gitignore
Makefile
scripts/tracetool/format/tcg_helper_wrapper_h.py [new file with mode: 0644]
trace/Makefile.objs