[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] riscv: add temporary riscv64_defconfig alias
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 9 Feb 2023 11:02:03 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=xITieCvaNEutDuBjygYCGsMQHCOrX7cQXP2FUxCmTh0=; b=QsAZYM4/og/mBnUei0L394Mco7AsjVbiAlkv5jrWAFh2ZH1NeSd2J5QdVjIQHB7YnRH6rYxpeE4dNau9mblLSj4tucjtBpOuxOs977RmXx37lds6vmzhMMXUCEmsL2qBt5gnIX+gxLvTpIqkbch20qPd6CgIxAVxXJEh2PDT7Zo0LoZGatOPeZO5PZuJE4Hg4FjXlrEcyT32NkyTfoyR4I0otsFy9dyKOiYPrv+r6hzfKHWZJ4Zv6FZtflxstZZ56HRB3XvS7NBiEem8CpcpBzCGNUjbEVTzmcoiX2ZCDM93sQBg0kYyNf931YQnr7+S7OgyqwmGHPsGiiEqp8m/8Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cGDCmiHPIBBTZrOwojCPZ3cDi4UjCQp9OxQ8avkQErOIvUWy1+vm/tW2P/1QOwqNEKECU1DArGVfmtdrLZC7QCRsorqNzgoidSVr0rpXLP1paOM9oTkHEvQyZ7PN9/iwDH4Dpd3Y+tqyxqVISOVZdrvhwInvo8G9KzoGsSY52Q4SNue11zLJnkoddvo3Ojn59/nbpdbuk/EIi1JPfncMyUTriRXxdWXkYBVyH4Q19HPZBz49P2xlaDQ+j4LKigDyvrxjFTVDHwMsYrwEN21hQzj1rbTCTE1+VGLsPh2R8ObCF39x2mLLUusjMY9ejNg4HNylVxKGh+vZEBUO1y9Ugw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Bobby Eshleman <bobbyeshleman@xxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>
- Delivery-date: Thu, 09 Feb 2023 10:02:29 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This is to allow building of Xen without going through a separate
tiny64_defconfig build step, just like is possible for all other
architectures. Eventually the symlink will want replacing by,
presumably, an empty file just like other arches have.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
---
xen/arch/riscv/configs/riscv64_defconfig | 1 +
1 file changed, 1 insertion(+)
create mode 120000 xen/arch/riscv/configs/riscv64_defconfig
diff --git a/xen/arch/riscv/configs/riscv64_defconfig
b/xen/arch/riscv/configs/riscv64_defconfig
new file mode 120000
index 000000000000..c3c97b4d109b
--- /dev/null
+++ b/xen/arch/riscv/configs/riscv64_defconfig
@@ -0,0 +1 @@
+tiny64_defconfig
\ No newline at end of file
--
2.37.1
|