From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYF5e-0006U4-9S for qemu-devel@nongnu.org; Tue, 23 Feb 2016 10:41:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYF5Y-0004zx-AP for qemu-devel@nongnu.org; Tue, 23 Feb 2016 10:41:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYF5Y-0004zt-4y for qemu-devel@nongnu.org; Tue, 23 Feb 2016 10:41:24 -0500 References: <1456240661-15422-1-git-send-email-peter.maydell@linaro.org> From: Eric Blake Message-ID: <56CC7DA2.8020609@redhat.com> Date: Tue, 23 Feb 2016 08:41:22 -0700 MIME-Version: 1.0 In-Reply-To: <1456240661-15422-1-git-send-email-peter.maydell@linaro.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="IRH5SCP9wIsg0fVnA56nqhjPml9HUiwei" Subject: Re: [Qemu-devel] [PATCH] tracetool: Include osdep.h in generated-ust.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= , Stefan Hajnoczi , patches@linaro.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --IRH5SCP9wIsg0fVnA56nqhjPml9HUiwei Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/23/2016 08:17 AM, Peter Maydell wrote: > When generating the trace/generated-ust.c source file, make sure > it includes osdep.h as its first include. >=20 > This fixes compilation with --enable-trace-backends=3Dust >=20 > Signed-off-by: Peter Maydell > --- > Picked up by the travis build tests. >=20 > scripts/tracetool/format/ust_events_c.py | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/scripts/tracetool/format/ust_events_c.py b/scripts/traceto= ol/format/ust_events_c.py > index bc97093..52100c0 100644 > --- a/scripts/tracetool/format/ust_events_c.py > +++ b/scripts/tracetool/format/ust_events_c.py > @@ -22,6 +22,8 @@ def generate(events, backend): > =20 > out('/* This file is autogenerated by tracetool, do not edit. */',= > '', > + '#include "qemu/osdep.h"', > + '', TAB-damaged. With that fixed, Reviewed-by: Eric Blake > '#define TRACEPOINT_DEFINE', > '#define TRACEPOINT_CREATE_PROBES', > '', >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --IRH5SCP9wIsg0fVnA56nqhjPml9HUiwei Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWzH2iAAoJEKeha0olJ0Nq+RAH/Ry5rUj/umnCU4yDz5vCo5S0 CwmcYquUP+iJ8qkGdfNGu8MvKOYW97b6yn2nK5xw1NGRzsaXFAzHGglH81QgrONc S3K6lD3LgOkOiuLsyTOnTzIUADvhdQaYl6FZ6VVjtR5623m+9sPsAKcDcppnxSAP MQd2wX0JxR6q+lFOA8uSkxBclIx1EMXvp7TP7M2GZNJte/0KNGBnWGBvnISBErZ2 3Op7VueSWslPEU+ISers4Cw54h5a6DJCHKE2wPJ3otzbJHFihxAoPXZC8UJ9iHNt KFfGPhUzHERQv//9JqcQr8pFlefSO1Rb2/rj0NnZb4rBkz4e6wzNLAksJETqQS0= =P7Zc -----END PGP SIGNATURE----- --IRH5SCP9wIsg0fVnA56nqhjPml9HUiwei--