Page MenuHomeFreeBSD

bhyve: always generate ACPI tables
ClosedPublic

Authored by corvink on Sep 8 2023, 6:59 AM.
Tags
Referenced Files
Unknown Object (File)
Mon, Jun 10, 2:24 PM
Unknown Object (File)
Tue, May 21, 4:41 AM
Unknown Object (File)
May 16 2024, 4:46 AM
Unknown Object (File)
May 10 2024, 3:39 PM
Unknown Object (File)
May 8 2024, 9:33 AM
Unknown Object (File)
Apr 28 2024, 8:42 AM
Unknown Object (File)
Apr 27 2024, 11:27 AM
Unknown Object (File)
Apr 1 2024, 3:01 PM
Subscribers

Details

Summary

Most systems don't work properly without sane ACPI tables. Therefore,
we're always generating them.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

The bhyve manual page needs to be updated as well.

Would -o acpi_tables=false still work to restore the old behaviour, if one wanted?

The bhyve manual page needs to be updated as well.

Would -o acpi_tables=false still work to restore the old behaviour, if one wanted?

Yes, setting -o acpi_tables=false will restore the old behavior.

markj added inline comments.
usr.sbin/bhyve/bhyve.8
115
This revision is now accepted and ready to land.Sep 27 2023, 12:43 PM
This revision was automatically updated to reflect the committed changes.