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 F2983AC1343 for ; Wed, 8 May 2024 15:29:35 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=p0z7ULUrrJOVsLIdCvday2d2AF/fcBK75QO5Rsy9i50=; 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=1715182174; v=1; b=ccymGoab8wH94ccLvDMbM/KVUJJgvfeXpjIzPT+y+v8tvD6K3CkhMVoAJOWBJpky6oUIv+1o zYwPdtiooNzQQNgrBlfLmQyivtYFWzT5pe0Su7btXZWNMVzXSPsPBgoD1NQ2qewQNQD7plbssma Dr+t5i7FNrDeIJbS3E039FWncFf0a752eeP44dDEM/h8ci1XYvMxuTRbmYyrsrkXriPgPwEZuOT Hhc5ZdYluJTgVyKhc8S+GWPI30y5VIdw+Y46QsI4Ykkp6jsTiv3AY1dpIlPPjFoEQxPSKiZpv6e GCp5Qywmg2VzP9WncB+7nr9Vgre/SZUy62i4omgDZDAQg== X-Received: by 127.0.0.2 with SMTP id yHJOYY7687511xMWH3g8JPH8; Wed, 08 May 2024 08:29:34 -0700 X-Received: from mail-pl1-f171.google.com (mail-pl1-f171.google.com [209.85.214.171]) by mx.groups.io with SMTP id smtpd.web11.15705.1715182173199779817 for ; Wed, 08 May 2024 08:29:33 -0700 X-Received: by mail-pl1-f171.google.com with SMTP id d9443c01a7336-1eca195a7c8so36762195ad.2 for ; Wed, 08 May 2024 08:29:33 -0700 (PDT) X-Gm-Message-State: HOuZ2OY7CwCX6CPfQx8onnmKx7686176AA= X-Google-Smtp-Source: AGHT+IHHCflcaWzaK7uQVLyZdgu9eldwr19VQgxI8PfvEEgpNbTuQC7JfIXSayRP4ufmACox1fUQog== X-Received: by 2002:a17:902:7203:b0:1e4:7adf:b85d with SMTP id d9443c01a7336-1eeb01830acmr24427255ad.17.1715182172393; Wed, 08 May 2024 08:29:32 -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 kt7-20020a170903088700b001e862f0b319sm12032291plb.264.2024.05.08.08.29.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 May 2024 08:29:32 -0700 (PDT) From: "Doug Flick via groups.io" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Jiewen Yao , Gerd Hoffmann Subject: [edk2-devel] [PATCH v1 03/14] OvmfPkg:PlatformCI: Support virtio-rng-pci Date: Wed, 8 May 2024 08:29:14 -0700 Message-Id: <20240508152925.741226-4-doug.edk2@gmail.com> In-Reply-To: <20240508152925.741226-1-doug.edk2@gmail.com> References: <20240508152925.741226-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 08:29:33 -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=ccymGoab; 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 (#118676): https://edk2.groups.io/g/devel/message/118676 Mute This Topic: https://groups.io/mt/105983241/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-