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 07142941526 for ; Wed, 8 May 2024 15:29:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=qUubxDaSa/9PH1qh2SKxTLzONlGpyemVf6X1GFAH/ho=; 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=1715182176; v=1; b=g6rtyTe4Jj82Y0Bo0BLn9K9eMI/vdmgpL69RawQBnorfwcc+YQsfFngVCcOaBsD6LPNGRXcu VmBGezGx7pGjf5UgM9E9o7MBPBG/jbOuK/FhMehPfbz5kNLHA/RdKaSV9cOoFxXBeN0hQ3gF2xA P10E5GDXNkDZSJZIMt1wqzbnKzm6AW6xjcQUugIi57YxrLNLjp9i3C6kym3y8j90qd13zxs/Nsg oSjM+o/Yl2cv5SFgEeZTfxm4O6+gfhvPUzJGzuPf8vtZ8rJB3UTJlwRNjcx0usscPbOwPif0QLc /Uc5gigA844BjtPMONSge+W7grrJE3oJXx055Wo9qktUg== X-Received: by 127.0.0.2 with SMTP id rkV7YY7687511x31D270eHwe; Wed, 08 May 2024 08:29:36 -0700 X-Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mx.groups.io with SMTP id smtpd.web10.15710.1715182174323146151 for ; Wed, 08 May 2024 08:29:34 -0700 X-Received: by mail-pl1-f178.google.com with SMTP id d9443c01a7336-1edc696df2bso35215035ad.0 for ; Wed, 08 May 2024 08:29:34 -0700 (PDT) X-Gm-Message-State: fbL0EBmQXAP6C79GhopyIXHjx7686176AA= X-Google-Smtp-Source: AGHT+IGbWSc/slB3m0sekVah8BJyhkOE4R6n8VE6tgWC4bVZiBLZkb3vE0uh4K1hhL6R0VonKRB2ig== X-Received: by 2002:a17:903:22c9:b0:1e4:b16e:7f10 with SMTP id d9443c01a7336-1eeb03a0bcamr36671415ad.33.1715182173631; Wed, 08 May 2024 08:29:33 -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.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 May 2024 08:29:33 -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 v1 05/14] ArmVirtPkg:PlatformCI: Support virtio-rng-pci Date: Wed, 8 May 2024 08:29:16 -0700 Message-Id: <20240508152925.741226-6-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:34 -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=g6rtyTe4; 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 (#118678): https://edk2.groups.io/g/devel/message/118678 Mute This Topic: https://groups.io/mt/105983244/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-