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 1C05DAC0ACC for ; Thu, 9 May 2024 05:56:45 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=8FrilV2vxae5ln6O8GhaVub+goYGBwqzGQ8aLWTKvQI=; 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=1715234204; v=1; b=u8TdVSn+UJj+q11QXAi9EhToItQu45iW0/WJNimkkcqs0EOrcyJ2mdYaCOJTQ3XL45teSn8z Asp5DIBKB7XkKvGZS5n0h11tH04uyLTEgW9QnjFm6DoDyJLTZrsu7iFkSZEJIvdxmQAmdSdSa/v 875qTGXBeLRYIfVjPZi67P+2KTEzj5Ng/1vcrDZ5yKSrUS0aYiyKPoqzkaD7BdwK7/r26eK1K6+ wWGJZ2TS0TXNFHDta9G5C/iXGVN3DqHZwajPtm6JxK5NSe14jgdNmw5t6mnfYFmBl2t0+ELp5VF c26IneMKqCprYpq2N5f02homR+6mjTVpZ8eBt5rVAe+ew== X-Received: by 127.0.0.2 with SMTP id 10GQYY7687511xBxdN3LAGK3; Wed, 08 May 2024 22:56:44 -0700 X-Received: from mail-oi1-f179.google.com (mail-oi1-f179.google.com [209.85.167.179]) by mx.groups.io with SMTP id smtpd.web11.3557.1715234202340771448 for ; Wed, 08 May 2024 22:56:42 -0700 X-Received: by mail-oi1-f179.google.com with SMTP id 5614622812f47-3c9936cb7a8so11833b6e.2 for ; Wed, 08 May 2024 22:56:42 -0700 (PDT) X-Gm-Message-State: Up3r43FaKPHxP1U7pa1lslYmx7686176AA= X-Google-Smtp-Source: AGHT+IHG/IBYBy6alWMLbFjV7YW7/O7uq70RfaYPiEtDPlwT7+Dv+k3HYuHYfDwcrj5XktCML/Sd5g== X-Received: by 2002:a05:6808:1a8e:b0:3c9:6bd8:288b with SMTP id 5614622812f47-3c9852b2192mr4780867b6e.19.1715234201396; Wed, 08 May 2024 22:56:41 -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.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 May 2024 22:56:41 -0700 (PDT) From: "Doug Flick via groups.io" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann Subject: [edk2-devel] [PATCH v2 05/13] ArmVirtPkg:PlatformCI: Support virtio-rng-pci Date: Wed, 8 May 2024 22:56:25 -0700 Message-Id: <20240509055633.828642-6-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:42 -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=u8TdVSn+; 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 0ddaccf9c21f..3abab0914127 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 (#118720): https://edk2.groups.io/g/devel/message/118720 Mute This Topic: https://groups.io/mt/105996582/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-