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 BE7FD740041 for ; Thu, 9 May 2024 05:56:43 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=MjBNmsk9iEKr21jZ/LHGzb86vUbA8APL4Ltte9VP8gI=; 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=1715234202; v=1; b=cjv1E/17Enn4pGMid8wQEO/iIa5+HxvbENsSbh0RDN/CnMFPAeL9Kuyx9GGdtJxwm1zxnfma Nzv3r8aFGgaJfZ/kW4bHRdl0KyrwBIOb1cFltebdYgaW2/CoT8YhJUtzzcb7vgjFeMa9U9lcgXZ jX69z0PYcmoeZ7vAajqE/mGa8VJlMAIGJXwwpAO269B6Xv0zZSHaJWZe39E7Vepkdy7FH/BsPlv fg8ULiDhqe2m3YvNGlBLMIDnFt+/Htqeh+3UeI0lYbggNQWNGwsRnWraVZNSQuzdqnCYYQXm0Yi MKczJbx4/skoyqeCE5rPEJsV2hZ8PdpX+qodOi0YNy0Qg== X-Received: by 127.0.0.2 with SMTP id ItGOYY7687511xX7bkaB7mPt; Wed, 08 May 2024 22:56:42 -0700 X-Received: from mail-pf1-f182.google.com (mail-pf1-f182.google.com [209.85.210.182]) by mx.groups.io with SMTP id smtpd.web11.3553.1715234200779705919 for ; Wed, 08 May 2024 22:56:40 -0700 X-Received: by mail-pf1-f182.google.com with SMTP id d2e1a72fcca58-6f44b390d5fso489087b3a.3 for ; Wed, 08 May 2024 22:56:40 -0700 (PDT) X-Gm-Message-State: c1OeT1NK4rZLOBanWwWEzU1rx7686176AA= X-Google-Smtp-Source: AGHT+IEWIZ1gi+ch+8a1+xnVxyX0C48xR4NMGcE6Luv/9qzMkUM/4DnqjzQ56Hfcr75Dj4AKpYlzqA== X-Received: by 2002:a62:be14:0:b0:6ed:21bc:ed8c with SMTP id d2e1a72fcca58-6f49c236047mr5020663b3a.18.1715234199969; Wed, 08 May 2024 22:56:39 -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-6f4d2b26cf5sm525611b3a.195.2024.05.08.22.56.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 May 2024 22:56:39 -0700 (PDT) From: "Doug Flick via groups.io" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Jiewen Yao , Gerd Hoffmann Subject: [edk2-devel] [PATCH v2 03/13] OvmfPkg:PlatformCI: Support virtio-rng-pci Date: Wed, 8 May 2024 22:56:23 -0700 Message-Id: <20240509055633.828642-4-doug.edk2@gmail.com> In-Reply-To: <20240509055633.828642-1-doug.edk2@gmail.com> References: <20240509055633.828642-1-doug.edk2@gmail.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: Wed, 08 May 2024 22:56:40 -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="cjv1E/17"; 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: Jiewen Yao Cc: Gerd Hoffmann Signed-off-by: Doug Flick [MSFT] --- OvmfPkg/PlatformCI/PlatformBuildLib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OvmfPkg/PlatformCI/PlatformBuildLib.py b/OvmfPkg/PlatformCI/Pl= atformBuildLib.py index 00d454954bff..3fe80f5c1caa 100644 --- a/OvmfPkg/PlatformCI/PlatformBuildLib.py +++ b/OvmfPkg/PlatformCI/PlatformBuildLib.py @@ -208,6 +208,8 @@ class PlatformBuilder( UefiBuilder, BuildSettingsManage= r): args +=3D " -net none" = # turn off network=0D args +=3D " -smp 4"=0D args +=3D f" -drive file=3Dfat:rw:{VirtualDrive},format=3Draw,medi= a=3Ddisk" # Mount disk with startup.nsh=0D + # Provides Rng services to the Guest VM=0D + args +=3D " -device virtio-rng-pci"=0D =0D if (self.env.GetValue("QEMU_HEADLESS").upper() =3D=3D "TRUE"):=0D args +=3D " -display none" # no graphics=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118718): https://edk2.groups.io/g/devel/message/118718 Mute This Topic: https://groups.io/mt/105996580/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-