Page MenuHomeFreeBSD

bhyve: always generate ACPI tables
ClosedPublic

Authored by corvink on Sep 8 2023, 6:59 AM.
Tags
Referenced Files
Unknown Object (File)
Mar 30 2025, 3:59 AM
Unknown Object (File)
Mar 8 2025, 9:44 PM
Unknown Object (File)
Mar 1 2025, 1:44 AM
Unknown Object (File)
Feb 25 2025, 7:10 AM
Unknown Object (File)
Feb 8 2025, 1:02 AM
Unknown Object (File)
Jan 31 2025, 9:16 AM
Unknown Object (File)
Jan 30 2025, 10:56 AM
Unknown Object (File)
Jan 19 2025, 3:31 AM
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 Not Applicable
Unit
Tests Not Applicable

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.