From patchwork Tue Jun 19 15:43:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 931680 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="dIxIZJ7/"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 419CCy1GTDz9s2R for ; Wed, 20 Jun 2018 01:53:02 +1000 (AEST) Received: from localhost ([::1]:43370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVIwF-0004Kq-P2 for incoming@patchwork.ozlabs.org; Tue, 19 Jun 2018 11:52:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVIoN-0006ft-SY for qemu-devel@nongnu.org; Tue, 19 Jun 2018 11:44:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVIoM-0006SR-K0 for qemu-devel@nongnu.org; Tue, 19 Jun 2018 11:44:51 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:52050) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVIoM-0006S5-CG for qemu-devel@nongnu.org; Tue, 19 Jun 2018 11:44:50 -0400 Received: by mail-wm0-x242.google.com with SMTP id r15-v6so1178788wmc.1 for ; Tue, 19 Jun 2018 08:44:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=AxElwLoXf1Hhgik2mkH9ZK24VmHj4oGM5/ABwCAzMug=; b=dIxIZJ7/gp+wSCINExharwahHSMLNqEInCr509abezO4icP+xkA8/EwgL/j8wU+SpT UTsHsMZGj81m2WWfl0PfOY8YUEDL7Sw9lO8R6Q0wP/YLNuzRm71OuCFX3KlYRTlWkqwf 1Dd75iMIBzKi/88dJ0MxVqB+KGyUXArh32j6Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=AxElwLoXf1Hhgik2mkH9ZK24VmHj4oGM5/ABwCAzMug=; b=MX3uLYHZSCuGHnIpA8fVJCmR8X3k4b7YDLukba1w2fFfZDMJqe4yGF9yfmvvm7ZfpY UNYmP7iKjtn33ILZim0oHPx0l4gw1Rm9O9Fbi5xmO6uxab4Rb7RHVhXAIjBrp12tiIbu dV1t7zsn/hVkTHM69dnFOeHBOIUDG9fXXAE95o/0eX0qWQXHi6+fyvKiXpdL9zhTsSDH k7C2hoZElHB6T+Yaq9YydZW8X4f8PbYa1GbXhn7WfXT3gpuU0Meiu3diUwgvtXZV9PPs tXqKStFU/LTy+8iVEc+e5GqABG/dgLOzhCAeqsRcxvI/3pSwNIZibLwE2pl46pfE5C0j oung== X-Gm-Message-State: APt69E2CkIuFb6P3KOCjDzycsVveTzsZTXg03ASI2GtutWS6AmvU3QsD Y5uKzFvgZLN7G9PDmTKrN4brYA== X-Google-Smtp-Source: ADUXVKKEfnBUrmBxc17vbcUQwzppdf/liePeoVhnSuvNXgW37x7JbgJu+az9Ruz5+Pk3GgioMx1r3g== X-Received: by 2002:a1c:b60a:: with SMTP id g10-v6mr11369117wmf.18.1529423089215; Tue, 19 Jun 2018 08:44:49 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id t9-v6sm186372wmh.41.2018.06.19.08.44.40 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 19 Jun 2018 08:44:48 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id DEF503E085B; Tue, 19 Jun 2018 16:44:36 +0100 (BST) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: peter.maydell@linaro.org Date: Tue, 19 Jun 2018 16:43:56 +0100 Message-Id: <20180619154435.18898-18-alex.bennee@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180619154435.18898-1-alex.bennee@linaro.org> References: <20180619154435.18898-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:400c:c09::242 Subject: [Qemu-devel] [PULL 17/56] tests/tcg/i386: fix test-i386 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: agraf@suse.de, Eduardo Habkost , =?utf-8?q?Alex_B?= =?utf-8?b?ZW5uw6ll?= , richard.henderson@linaro.org, qemu-devel@nongnu.org, f4bug@amsat.org, cota@braap.org, Paolo Bonzini , famz@redhat.com, aurelien@aurel32.net, Richard Henderson Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" We don't include anything from qemu itself for the build. Signed-off-by: Alex Bennée Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson --- v4 - reword commit message to be more accurate diff --git a/tests/tcg/i386/test-i386.c b/tests/tcg/i386/test-i386.c index 9599204895..cae6a7773a 100644 --- a/tests/tcg/i386/test-i386.c +++ b/tests/tcg/i386/test-i386.c @@ -17,7 +17,6 @@ * along with this program; if not, see . */ #define _GNU_SOURCE -#include "qemu/compiler.h" #include #include #include