From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FCBBC04A94 for ; Sun, 6 Aug 2023 10:12:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230261AbjHFKMz (ORCPT ); Sun, 6 Aug 2023 06:12:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230260AbjHFKMu (ORCPT ); Sun, 6 Aug 2023 06:12:50 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 94F4119AF; Sun, 6 Aug 2023 03:12:47 -0700 (PDT) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 376ACf46012379; Sun, 6 Aug 2023 12:12:41 +0200 Date: Sun, 6 Aug 2023 12:12:41 +0200 From: Willy Tarreau To: Zhangjin Wu Cc: linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, tanyuan@tinylab.org, thomas@t-8ch.de Subject: Re: [PATCH v1 4/4] selftests/nolibc: add some notes about qemu tools Message-ID: <20230806101241.GD10627@1wt.eu> References: <6de680acbc2d87e13a680d4453ef022568bf489b.1691263493.git.falcon@tinylab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6de680acbc2d87e13a680d4453ef022568bf489b.1691263493.git.falcon@tinylab.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 06, 2023 at 03:51:24AM +0800, Zhangjin Wu wrote: > Almost all distributions provide qemu-system-$(XARCH), their firmwares > and qemu-$(XARCH), but for the new riscv and loongarch, users may still > need to download external firmwares or compile qemu from scratch, let's > add some notes about them. That's indeed useful information but I think that we should really move all the download instructions to a separate file. I wanted to write one anyway, but didn't have the time with all the build tests to run :-( I may propose one to be merged late, possibly. Willy