From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id EBA867803CC for ; Thu, 14 Sep 2023 10:55:13 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ES+/fUX7Hxtxuaa20RjP091JMTVdAuDycrC2+Uq0lxc=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1694688912; v=1; b=OfiCbm7SKTxWvexC0b6TkHThxWWjzRgO1JGseamtGBPktgSqQ8zwOIi8Go+9UMdK1x5uOjbN a8ngM+gc2eSE7noRIPPKbWdR4wM18PjJKGlGQqpyZrc2yR+TCXmXlq0/NbwVWC4yemgVncF2IBY MI2S7E44g15v/Lc88T9a6GhU= X-Received: by 127.0.0.2 with SMTP id eLQfYY7687511xVhLxobnvD3; Thu, 14 Sep 2023 03:55:12 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.9135.1694688911872831869 for ; Thu, 14 Sep 2023 03:55:12 -0700 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-303-IodOJtfTPayC53P-6xNasw-1; Thu, 14 Sep 2023 06:55:06 -0400 X-MC-Unique: IodOJtfTPayC53P-6xNasw-1 X-Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 80575101A550; Thu, 14 Sep 2023 10:55:05 +0000 (UTC) X-Received: from [10.39.194.12] (unknown [10.39.194.12]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 336352026D68; Thu, 14 Sep 2023 10:55:03 +0000 (UTC) Message-ID: <19083d13-7a12-1a87-0ec9-ccc3578ec806@redhat.com> Date: Thu, 14 Sep 2023 12:55:02 +0200 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH 0/3] updates for "OvmfPkg/RiscVVirt/README.md" To: edk2-devel-groups-io Cc: Andrei Warkentin , Andrew Jones , Ard Biesheuvel , Gerd Hoffmann , Jiewen Yao , Jordan Justen , Sunil V L References: <20230913105551.12680-1-lersek@redhat.com> From: "Laszlo Ersek" In-Reply-To: <20230913105551.12680-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 Reply-To: devel@edk2.groups.io,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: RvMCSWa1vUmC7l8br8NwxO6fx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=OfiCbm7S; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On 9/13/23 12:55, Laszlo Ersek wrote: > The shortlog below provides a good summary :) > > Cc: Andrei Warkentin > Cc: Andrew Jones > Cc: Ard Biesheuvel > Cc: Gerd Hoffmann > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Sunil V L > > Thanks > Laszlo > > Laszlo Ersek (3): > OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG > OvmfPkg/RiscVVirt/README: explain the "acpi=3Doff" machine property > OvmfPkg/RiscVVirt/README: document direct kernel boot > > OvmfPkg/RiscVVirt/README.md | 43 +++++++++++++++++++- > 1 file changed, 42 insertions(+), 1 deletion(-) > Merged as commit range cdfe4310dda2..29cce3356aec via . Range-diff between the posted and merged series: 1: f99c0f999a47 ! 1: 5242bae5ddbb OvmfPkg/RiscVVirt/README: explain that = "-bios" is only useful with TCG @@ Commit message Cc: Jordan Justen Cc: Sunil V L Signed-off-by: Laszlo Ersek + [lersek@redhat.com: '-bios' is rejected with KVM accel (Drew)] + Reviewed-by: Andrew Jones + Reviewed-by: Sunil V L ## OvmfPkg/RiscVVirt/README.md ## @@ OvmfPkg/RiscVVirt/README.md: then specify that binary for QEMU, wit= h the following additional command line @@ OvmfPkg/RiscVVirt/README.md: then specify that binary for QEMU, with= the followi +Note that the above only makes a difference with software emulation (= which you +can force with `-M accel=3Dtcg`). With hardware virtualization (`-M a= ccel=3Dkvm`), +KVM services the SBI (Supervisor Binary Interface) calls internally, = therefore -+any externally loaded OpenSBI binary is ignored. ++any OpenSBI binary specified with `-bios` is rejected. 2: d759e9453cc7 ! 2: 1bfd63ac3955 OvmfPkg/RiscVVirt/README: explain the "= acpi=3Doff" machine property @@ Commit message Cc: Jordan Justen Cc: Sunil V L Signed-off-by: Laszlo Ersek + Reviewed-by: Andrew Jones + Reviewed-by: Sunil V L ## OvmfPkg/RiscVVirt/README.md ## @@ OvmfPkg/RiscVVirt/README.md: Below example shows how to boot openSU= SE Tumbleweed E20. 3: 8d69ece226fc ! 3: 29cce3356aec OvmfPkg/RiscVVirt/README: document dire= ct kernel boot @@ Commit message Cc: Jordan Justen Cc: Sunil V L Signed-off-by: Laszlo Ersek + Reviewed-by: Andrew Jones + Reviewed-by: Sunil V L ## OvmfPkg/RiscVVirt/README.md ## @@ OvmfPkg/RiscVVirt/README.md: Below example shows how to boot openSU= SE Tumbleweed E20. Laszlo -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108647): https://edk2.groups.io/g/devel/message/108647 Mute This Topic: https://groups.io/mt/101334263/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-