Page MenuHomeFreeBSD

bhyve: always generate ACPI tables
ClosedPublic

Authored by corvink on Sep 8 2023, 6:59 AM.
Tags
Referenced Files
Unknown Object (File)
Tue, May 21, 4:41 AM
Unknown Object (File)
Thu, May 16, 4:46 AM
Unknown Object (File)
Fri, May 10, 3:39 PM
Unknown Object (File)
Wed, May 8, 9:33 AM
Unknown Object (File)
Sun, Apr 28, 8:42 AM
Unknown Object (File)
Sat, Apr 27, 11:27 AM
Unknown Object (File)
Apr 1 2024, 3:01 PM
Unknown Object (File)
Mar 31 2024, 4:52 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.