[Bug 279720] virtualization/bhyve: it does not boot from the slot where the parameter bootindex=1 is declared.

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 01 Jul 2024 13:03:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279720

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=54eaea1ccd17ac679d065531243253b8bc682851

commit 54eaea1ccd17ac679d065531243253b8bc682851
Author:     Corvin Köhne <corvink@FreeBSD.org>
AuthorDate: 2024-06-28 06:54:01 +0000
Commit:     Corvin Köhne <corvink@FreeBSD.org>
CommitDate: 2024-07-01 13:01:49 +0000

    sysutils/edk2: make bhyve's bootorder feature work

    Bhyve supports a bootindex property for bootable devices. When adding it
    to at least one device, bhyve creates a bootorder and passes it over the
    Qemu FwCfg interface to the guest. The guest firmware has to pick up the
    FwCfg file and has to apply the bootorder. Otherwise, the bootindex
    property won't have any effect. Recently, a commit was merged by EDKII
    to support that feature and we can simply cherry-pick it.

    PR:                     279720
    Reviewed by:            manu
    Approved by:            manu
    Sponsored by:           Beckhoff Automation GmbH & Co. KG
    Differential Revision:  https://reviews.freebsd.org/D45768

 sysutils/edk2/Makefile | 3 ++-
 sysutils/edk2/distinfo | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.