From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHCHa-0000sj-1g for qemu-devel@nongnu.org; Tue, 12 Aug 2014 09:38:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHCHV-00086f-3r for qemu-devel@nongnu.org; Tue, 12 Aug 2014 09:38:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHCHU-00086T-RP for qemu-devel@nongnu.org; Tue, 12 Aug 2014 09:38:29 -0400 From: Stefan Hajnoczi Date: Tue, 12 Aug 2014 14:37:49 +0100 Message-Id: <1407850675-11890-13-git-send-email-stefanha@redhat.com> In-Reply-To: <1407850675-11890-1-git-send-email-stefanha@redhat.com> References: <1407850675-11890-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 12/18] trace: [tcg] Include TCG-tracing helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , =?UTF-8?q?Llu=C3=ADs=20Vilanova?= , Stefan Hajnoczi From: Llu=C3=ADs Vilanova Signed-off-by: Llu=C3=ADs Vilanova Signed-off-by: Stefan Hajnoczi --- include/exec/helper-gen.h | 2 ++ include/exec/helper-proto.h | 1 + include/exec/helper-tcg.h | 1 + 3 files changed, 4 insertions(+) diff --git a/include/exec/helper-gen.h b/include/exec/helper-gen.h index a04a034..0d0da3a 100644 --- a/include/exec/helper-gen.h +++ b/include/exec/helper-gen.h @@ -57,6 +57,8 @@ static inline void glue(gen_helper_, name)(dh_retvar_de= cl(ret) \ } =20 #include "helper.h" +#include "trace/generated-helpers.h" +#include "trace/generated-helpers-wrappers.h" #include "tcg-runtime.h" =20 #undef DEF_HELPER_FLAGS_0 diff --git a/include/exec/helper-proto.h b/include/exec/helper-proto.h index 828951c..effdd43 100644 --- a/include/exec/helper-proto.h +++ b/include/exec/helper-proto.h @@ -27,6 +27,7 @@ dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2),= dh_ctype(t3), \ dh_ctype(t4), dh_ctype(t5)); =20 #include "helper.h" +#include "trace/generated-helpers.h" #include "tcg-runtime.h" =20 #undef DEF_HELPER_FLAGS_0 diff --git a/include/exec/helper-tcg.h b/include/exec/helper-tcg.h index d704c81..79fa3c8 100644 --- a/include/exec/helper-tcg.h +++ b/include/exec/helper-tcg.h @@ -36,6 +36,7 @@ | dh_sizemask(t5, 5) }, =20 #include "helper.h" +#include "trace/generated-helpers.h" #include "tcg-runtime.h" =20 #undef DEF_HELPER_FLAGS_0 --=20 1.9.3