OvmfPkg/RiscVVirt/README.md | 43 +++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-)
The shortlog below provides a good summary :) Cc: Andrei Warkentin <andrei.warkentin@intel.com> Cc: Andrew Jones <ajones@ventanamicro.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Sunil V L <sunilvl@ventanamicro.com> Thanks Laszlo Laszlo Ersek (3): OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG OvmfPkg/RiscVVirt/README: explain the "acpi=off" machine property OvmfPkg/RiscVVirt/README: document direct kernel boot OvmfPkg/RiscVVirt/README.md | 43 +++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108575): https://edk2.groups.io/g/devel/message/108575 Mute This Topic: https://groups.io/mt/101334263/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org] -=-=-=-=-=-=-=-=-=-=-=-
On 9/13/23 12:55, Laszlo Ersek wrote: > The shortlog below provides a good summary :) > > Cc: Andrei Warkentin <andrei.warkentin@intel.com> > Cc: Andrew Jones <ajones@ventanamicro.com> > Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> > Cc: Gerd Hoffmann <kraxel@redhat.com> > Cc: Jiewen Yao <jiewen.yao@intel.com> > Cc: Jordan Justen <jordan.l.justen@intel.com> > Cc: Sunil V L <sunilvl@ventanamicro.com> > > Thanks > Laszlo > > Laszlo Ersek (3): > OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG > OvmfPkg/RiscVVirt/README: explain the "acpi=off" 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 <https://github.com/tianocore/edk2/pull/4830>. 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 <jordan.l.justen@intel.com> Cc: Sunil V L <sunilvl@ventanamicro.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> + [lersek@redhat.com: '-bios' is rejected with KVM accel (Drew)] + Reviewed-by: Andrew Jones <ajones@ventanamicro.com> + Reviewed-by: Sunil V L <sunilvl@ventanamicro.com> ## OvmfPkg/RiscVVirt/README.md ## @@ OvmfPkg/RiscVVirt/README.md: then specify that binary for QEMU, with 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=tcg`). With hardware virtualization (`-M accel=kvm`), +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=off" machine property @@ Commit message Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Sunil V L <sunilvl@ventanamicro.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> + Reviewed-by: Andrew Jones <ajones@ventanamicro.com> + Reviewed-by: Sunil V L <sunilvl@ventanamicro.com> ## OvmfPkg/RiscVVirt/README.md ## @@ OvmfPkg/RiscVVirt/README.md: Below example shows how to boot openSUSE Tumbleweed E20. 3: 8d69ece226fc ! 3: 29cce3356aec OvmfPkg/RiscVVirt/README: document direct kernel boot @@ Commit message Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Sunil V L <sunilvl@ventanamicro.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> + Reviewed-by: Andrew Jones <ajones@ventanamicro.com> + Reviewed-by: Sunil V L <sunilvl@ventanamicro.com> ## OvmfPkg/RiscVVirt/README.md ## @@ OvmfPkg/RiscVVirt/README.md: Below example shows how to boot openSUSE Tumbleweed E20. Laszlo -=-=-=-=-=-=-=-=-=-=-=- 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/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org] -=-=-=-=-=-=-=-=-=-=-=-
On Thu, Sep 14, 2023 at 12:55:02PM +0200, Laszlo Ersek wrote: > On 9/13/23 12:55, Laszlo Ersek wrote: > > The shortlog below provides a good summary :) > > > > Cc: Andrei Warkentin <andrei.warkentin@intel.com> > > Cc: Andrew Jones <ajones@ventanamicro.com> > > Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> > > Cc: Gerd Hoffmann <kraxel@redhat.com> > > Cc: Jiewen Yao <jiewen.yao@intel.com> > > Cc: Jordan Justen <jordan.l.justen@intel.com> > > Cc: Sunil V L <sunilvl@ventanamicro.com> > > > > Thanks > > Laszlo > > > > Laszlo Ersek (3): > > OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG > > OvmfPkg/RiscVVirt/README: explain the "acpi=off" 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 > <https://github.com/tianocore/edk2/pull/4830>. > Thank you for taking care! Regards Sunil -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108648): https://edk2.groups.io/g/devel/message/108648 Mute This Topic: https://groups.io/mt/101334263/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=-=-=-=-=-=-=-=-=-=-=-
Hi Laszlo, For the series with anticipated change for Drew's comment. Reviewed-by: Sunil V L <sunilvl@ventanamicro.com> Do you plan to queue this up with that change? Feel free to let me know if you want me to take care. Thanks, Sunil On Wed, Sep 13, 2023 at 12:55:48PM +0200, Laszlo Ersek wrote: > The shortlog below provides a good summary :) > > Cc: Andrei Warkentin <andrei.warkentin@intel.com> > Cc: Andrew Jones <ajones@ventanamicro.com> > Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> > Cc: Gerd Hoffmann <kraxel@redhat.com> > Cc: Jiewen Yao <jiewen.yao@intel.com> > Cc: Jordan Justen <jordan.l.justen@intel.com> > Cc: Sunil V L <sunilvl@ventanamicro.com> > > Thanks > Laszlo > > Laszlo Ersek (3): > OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG > OvmfPkg/RiscVVirt/README: explain the "acpi=off" machine property > OvmfPkg/RiscVVirt/README: document direct kernel boot > > OvmfPkg/RiscVVirt/README.md | 43 +++++++++++++++++++- > 1 file changed, 42 insertions(+), 1 deletion(-) > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108643): https://edk2.groups.io/g/devel/message/108643 Mute This Topic: https://groups.io/mt/101334263/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=-=-=-=-=-=-=-=-=-=-=-
© 2016 - 2025 Red Hat, Inc.