From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [PATCH kvm-unit-tests v2 12/12] arm/arm64: sieve should start with the mmu off Date: Wed, 17 Jan 2018 11:40:05 +0100 Message-ID: <20180117104005.29211-13-drjones@redhat.com> References: <20180117104005.29211-1-drjones@redhat.com> Cc: pbonzini@redhat.com, rkrcmar@redhat.com, cdall@linaro.org, david@redhat.com, lvivier@redhat.com, thuth@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39584 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752725AbeAQKk5 (ORCPT ); Wed, 17 Jan 2018 05:40:57 -0500 In-Reply-To: <20180117104005.29211-1-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 -- 2.13.6