From patchwork Mon Jan 20 16:43:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandru Elisei X-Patchwork-Id: 13945267 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 971101EEA51; Mon, 20 Jan 2025 16:44:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737391470; cv=none; b=PFcZ8ld5HFzC36nq5TotRXJ9CU7Oj4z7QNlDczrstL/gS2hWkIbo06uz/GpNDrHCrBSV7JIeZUkAuxfL89+lJDcSDTzWlS4NLAKrdGy6l1fxlqVSEx3bv6Njh13ItPoinZarsiwvjFy9X1duTHEX4FMOy0BLHTL+uE2/sNx3omg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737391470; c=relaxed/simple; bh=dJJJTcXjiIPSUEWaKKjJ4qjvikCsMRzj4vaP4x+eMZo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Lyzf4RPo6UUqjsKJdzqXamEb9Jk/FPKOoM5ak04zuzV/43VrglDaenVvFqFRR79QRdnkpxBngBnH0iyFiTKzan7CE1TEksrUNS6gSxE9BqeDtdiIBkkJ+vJJYWO9FnzxbS5rJviod7Il2hso4ZpH584suylatfs03J4hXRBqyEY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AB8FF1D31; Mon, 20 Jan 2025 08:44:56 -0800 (PST) Received: from localhost.localdomain (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 080883F5A1; Mon, 20 Jan 2025 08:44:24 -0800 (PST) From: Alexandru Elisei To: andrew.jones@linux.dev, eric.auger@redhat.com, lvivier@redhat.com, thuth@redhat.com, frankja@linux.ibm.com, imbrenda@linux.ibm.com, nrb@linux.ibm.com, david@redhat.com, pbonzini@redhat.com Cc: kvm@vger.kernel.org, kvmarm@lists.linux.dev, linuxppc-dev@lists.ozlabs.org, kvm-riscv@lists.infradead.org, linux-s390@vger.kernel.org, will@kernel.org, julien.thierry.kdev@gmail.com, maz@kernel.org, oliver.upton@linux.dev, suzuki.poulose@arm.com, yuzenghui@huawei.com, joey.gouly@arm.com, andre.przywara@arm.com Subject: [kvm-unit-tests PATCH v2 16/18] scripts/mkstandalone: Export $TARGET Date: Mon, 20 Jan 2025 16:43:14 +0000 Message-ID: <20250120164316.31473-17-alexandru.elisei@arm.com> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250120164316.31473-1-alexandru.elisei@arm.com> References: <20250120164316.31473-1-alexandru.elisei@arm.com> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 $TARGET is needed for the test runner to decide if it should use qemu or kvmtool, so export it. Signed-off-by: Alexandru Elisei --- scripts/mkstandalone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/mkstandalone.sh b/scripts/mkstandalone.sh index 4de97056e641..10abb5e191b7 100755 --- a/scripts/mkstandalone.sh +++ b/scripts/mkstandalone.sh @@ -51,6 +51,7 @@ generate_test () config_export ARCH config_export ARCH_NAME config_export PROCESSOR + config_export TARGET echo "echo BUILD_HEAD=$(cat build-head)"