From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 91186AC0C74 for ; Fri, 24 May 2024 05:45:24 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=FRJXgm0wZMof+ZT6rEsPy7dUeIZFUvsScKUXyOA4kxI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1716529523; v=1; b=tSojMOBqwOqNYG60jYrxbA7Nx4z7aAakqbkTLnxblNpywOAz0TYH2T5bK5VIQtBsbffXj4sc X1qyR6ziNgoRXLpKEF9v1RCOA8EeGeaVSMCIB0kiPJSljky093aWS2JNiP7WiEfF5nBTaDz+sal 4I5lphi7HE13RGNE7H7J815QNefrrLwckZ/kfURsjV81RDP30h4KHxHd/wR1vKMElAz4wZK92Re 60wZBSIoBSLI9OAREsTnqbGb4UQtcAWzZhXnew7LyJOIaicpmJ7m17T9QwjxxAN6ng27376nK3Z AkfaheE44fxp/0xIvHUIaVg6uKtJ+RJaGmUH6Fe8ZR68A== X-Received: by 127.0.0.2 with SMTP id JZrmYY7687511xfSWbBXXnbs; Thu, 23 May 2024 22:45:23 -0700 X-Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web11.9349.1716529522648204348 for ; Thu, 23 May 2024 22:45:22 -0700 X-Received: by mail-pf1-f178.google.com with SMTP id d2e1a72fcca58-6f8ec7e054bso493105b3a.3 for ; Thu, 23 May 2024 22:45:22 -0700 (PDT) X-Gm-Message-State: zQ9SWZwlXS0LIZlzBTQfQ5HKx7686176AA= X-Google-Smtp-Source: AGHT+IG3ECSf88Ves26o03I09A/sGkZrI1eqkR5ST1XAAPbdk0dqlxyHmUICT5IH0ELmg9LBDPEqag== X-Received: by 2002:a05:6a00:2917:b0:6ed:1c7:8c65 with SMTP id d2e1a72fcca58-6f8f3700520mr1461634b3a.10.1716529522031; Thu, 23 May 2024 22:45:22 -0700 (PDT) X-Received: from localhost.localdomain (c-67-160-15-86.hsd1.wa.comcast.net. [67.160.15.86]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-6f8fcfe64a4sm471919b3a.158.2024.05.23.22.45.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 May 2024 22:45:21 -0700 (PDT) From: "Doug Flick via groups.io" X-Google-Original-From: Flickdm To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann Subject: [edk2-devel] [PATCH v3 05/20] ArmVirtPkg:PlatformCI: Support virtio-rng-pci Date: Thu, 23 May 2024 22:44:57 -0700 Message-Id: <20240524054512.523329-6-douglas.flick@microsoft.com> In-Reply-To: <20240524054512.523329-1-douglas.flick@microsoft.com> References: <20240524054512.523329-1-douglas.flick@microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 23 May 2024 22:45:22 -0700 Resent-From: dougflick@microsoft.com Reply-To: devel@edk2.groups.io,dougflick@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=tSojMOBq; dmarc=pass (policy=none) header.from=groups.io; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io This patch adds "virtio-rng-pci" to the PlatformBuildLib.py This adds Rng services to the guest VM Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sami Mujawar Cc: Gerd Hoffmann Signed-off-by: Doug Flick [MSFT] --- ArmVirtPkg/PlatformCI/PlatformBuildLib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ArmVirtPkg/PlatformCI/PlatformBuildLib.py b/ArmVirtPkg/Platfor= mCI/PlatformBuildLib.py index 0ddaccf9c2..3abab09141 100644 --- a/ArmVirtPkg/PlatformCI/PlatformBuildLib.py +++ b/ArmVirtPkg/PlatformCI/PlatformBuildLib.py @@ -240,6 +240,8 @@ class PlatformBuilder(UefiBuilder, BuildSettingsManager= ): args +=3D " -serial stdio"=0D # Mount disk with startup.nsh=0D args +=3D f" -drive file=3Dfat:rw:{VirtualDrive},format=3Draw,medi= a=3Ddisk"=0D + # Provides Rng services to the Guest VM=0D + args +=3D " -device virtio-rng-pci"=0D =0D # Conditional Args=0D if (self.env.GetValue("QEMU_HEADLESS").upper() =3D=3D "TRUE"):=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119232): https://edk2.groups.io/g/devel/message/119232 Mute This Topic: https://groups.io/mt/106276857/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-