Page MenuHomeFreeBSD

bhyve: Make boot ROM handling more consistent
ClosedPublic

Authored by markj on Tue, Aug 13, 5:20 PM.
Tags
None
Referenced Files
F93235955: D46282.id142048.diff
Sun, Sep 8, 8:47 AM
F93208939: D46282.id.diff
Sun, Sep 8, 3:51 AM
Unknown Object (File)
Sun, Sep 8, 2:14 AM
Unknown Object (File)
Sat, Sep 7, 8:10 PM
Unknown Object (File)
Sun, Sep 1, 2:57 PM
Unknown Object (File)
Sun, Sep 1, 2:56 PM
Unknown Object (File)
Thu, Aug 29, 6:05 AM
Unknown Object (File)
Mon, Aug 19, 1:59 PM
Subscribers

Details

Summary
  • On amd64, deprecate lpc.bootrom and lpc.bootvars. Use top-level config variables instead.
  • Introduce a generic predicate which can be used to determine whether the guest has a boot ROM.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Tue, Aug 13, 5:20 PM
This revision is now accepted and ready to land.Wed, Aug 14, 6:16 AM
jhb added inline comments.
usr.sbin/bhyve/bhyve_config.5
126

Is the detail about the memory location true on arm64?

markj added inline comments.
usr.sbin/bhyve/bhyve_config.5
126

No, it's wrong on arm64. I'll reword it to something more generic.

This revision was automatically updated to reflect the committed changes.
markj marked an inline comment as done.