From patchwork Tue Jan 16 18:53:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Jones X-Patchwork-Id: 10167951 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 91988600CA for ; Tue, 16 Jan 2018 18:55:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7E16F2022B for ; Tue, 16 Jan 2018 18:55:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 72B89209CD; Tue, 16 Jan 2018 18:55:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3150D2022B for ; Tue, 16 Jan 2018 18:55:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751730AbeAPSzQ (ORCPT ); Tue, 16 Jan 2018 13:55:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43771 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbeAPSzQ (ORCPT ); Tue, 16 Jan 2018 13:55:16 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2EA18C099424; Tue, 16 Jan 2018 18:55:16 +0000 (UTC) Received: from kamzik.brq.redhat.com (unknown [10.43.2.160]) by smtp.corp.redhat.com (Postfix) with ESMTP id 265DF60C9F; Tue, 16 Jan 2018 18:55:01 +0000 (UTC) From: Andrew Jones To: kvm@vger.kernel.org Cc: pbonzini@redhat.com, rkrcmar@redhat.com, cdall@linaro.org, david@redhat.com, lvivier@redhat.com, thuth@redhat.com Subject: [PATCH kvm-unit-tests 11/11] arm/arm64: sieve should start with the mmu off Date: Tue, 16 Jan 2018 19:53:12 +0100 Message-Id: <20180116185312.7257-12-drjones@redhat.com> In-Reply-To: <20180116185312.7257-1-drjones@redhat.com> References: <20180116185312.7257-1-drjones@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Tue, 16 Jan 2018 18:55:16 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Andrew Jones --- arm/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arm/Makefile.common b/arm/Makefile.common index b4174af6b692..1cf9cdcf078e 100644 --- a/arm/Makefile.common +++ b/arm/Makefile.common @@ -20,6 +20,8 @@ tests-common += $(TEST_DIR)/sieve.flat tests-all = $(tests-common) $(tests) all: directories $(tests-all) +$(TEST_DIR)/sieve.elf: AUXFLAGS = 0x1 + ################################################################## phys_base = $(LOADADDR) AUXFLAGS ?= 0x0