From nobody Sat May 18 10:48:39 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=quarantine dis=none) header.from=zx2c4.com ARC-Seal: i=1; a=rsa-sha256; t=1662630244; cv=none; d=zohomail.com; s=zohoarc; b=mbvBOBeZ/15ZlweMoMOic9Fgw/HjE5xag2Aa8ibEYKBrfsBmxK4gVImHM1Y3/UuUrv181OAq+bMggO1CSeoCtzJngFG/CPKklXOkhemSmrYmXJCP0fBPjAopyerSyTokWyMJ9N9nh5gIMxJwqFy0g0ILHMnhJfdhzsunTvXjVdc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662630244; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=ZkSJnWAy7oEZHF4xKCLLejYSRsGJOcH5xU9lXCRibJU=; b=VuyE7BPwxDmWBoJNjYKX35pSI88sDw5202s4c3LemhZdMJXZjTRcfUZcSCNaMjX/E/v3iicLma2maPqR83/8bw5EqKtHx9a4rZwCEEBpomntojAo8WIqeGhdgwDrTTTwUpCy1W6phCDlApfDeuincRFV7CUI4Sv5I8O3x/yn8MQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=quarantine dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1662630244416987.7107659550059; Thu, 8 Sep 2022 02:44:04 -0700 (PDT) Received: from localhost ([::1]:58030 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWE4p-0003XO-Et for importer@patchew.org; Thu, 08 Sep 2022 05:44:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37766) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWE1n-0000kK-23 for qemu-devel@nongnu.org; Thu, 08 Sep 2022 05:40:56 -0400 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]:43620) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWE1k-00049P-Qg for qemu-devel@nongnu.org; Thu, 08 Sep 2022 05:40:54 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BA18461BEA; Thu, 8 Sep 2022 09:40:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81AAFC433D6; Thu, 8 Sep 2022 09:40:42 +0000 (UTC) Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 467704bc (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 8 Sep 2022 09:40:40 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="bXEOXoPy" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1662630040; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZkSJnWAy7oEZHF4xKCLLejYSRsGJOcH5xU9lXCRibJU=; b=bXEOXoPyeYydCXeFsPdVbauAn/hMZTdP83H3NclSCQAAYKS5iPgqsBdpA8+VlgkoJk/mg9 HyvNbUNAxIrZF0x69ZO5vtswOggPrKdlqjnFCHDprKyUoNCBbdq7Sz9O4z+a/Egqz8mVMn 9AHdgwOhvgAsRVbl4GZ2K20g7wD51l4= From: "Jason A. Donenfeld" To: qemu-devel@nongnu.org, Paolo Bonzini , Richard Henderson Cc: "Jason A. Donenfeld" , "Edgar E . Iglesias" Subject: [PATCH RESEND] hw/microblaze: pass random seed to fdt Date: Thu, 8 Sep 2022 11:40:30 +0200 Message-Id: <20220908094030.189665-1-Jason@zx2c4.com> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=2604:1380:4641:c500::1; envelope-from=SRS0=K6vw=ZL=zx2c4.com=Jason@kernel.org; helo=dfw.source.kernel.org X-Spam_score_int: -67 X-Spam_score: -6.8 X-Spam_bar: ------ X-Spam_report: (-6.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @zx2c4.com) X-ZM-MESSAGEID: 1662630245988100001 Content-Type: text/plain; charset="utf-8" If the FDT contains /chosen/rng-seed, then the Linux RNG will use it to initialize early. Set this using the usual guest random number generation function. This FDT node is part of the DT specification. Reviewed-by: Edgar E. Iglesias Signed-off-by: Jason A. Donenfeld --- hw/microblaze/boot.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hw/microblaze/boot.c b/hw/microblaze/boot.c index 8b92a9801a..25ad54754e 100644 --- a/hw/microblaze/boot.c +++ b/hw/microblaze/boot.c @@ -30,6 +30,7 @@ #include "qemu/option.h" #include "qemu/config-file.h" #include "qemu/error-report.h" +#include "qemu/guest-random.h" #include "sysemu/device_tree.h" #include "sysemu/reset.h" #include "hw/boards.h" @@ -75,6 +76,7 @@ static int microblaze_load_dtb(hwaddr addr, int fdt_size; void *fdt =3D NULL; int r; + uint8_t rng_seed[32]; =20 if (dtb_filename) { fdt =3D load_device_tree(dtb_filename, &fdt_size); @@ -83,6 +85,9 @@ static int microblaze_load_dtb(hwaddr addr, return 0; } =20 + qemu_guest_getrandom_nofail(rng_seed, sizeof(rng_seed)); + qemu_fdt_setprop(fdt, "/chosen", "rng-seed", rng_seed, sizeof(rng_seed= )); + if (kernel_cmdline) { r =3D qemu_fdt_setprop_string(fdt, "/chosen", "bootargs", kernel_cmdline); --=20 2.37.3