Page MenuHomeFreeBSD

bhyve: allow device specific DSDT entries
ClosedPublic

Authored by corvink on Mar 29 2023, 1:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 1, 4:00 PM
Unknown Object (File)
Oct 3 2024, 10:44 PM
Unknown Object (File)
Oct 3 2024, 6:27 PM
Unknown Object (File)
Oct 3 2024, 4:29 AM
Unknown Object (File)
Oct 3 2024, 4:05 AM
Unknown Object (File)
Sep 29 2024, 3:14 AM
Unknown Object (File)
Sep 28 2024, 2:10 PM
Unknown Object (File)
Sep 28 2024, 10:32 AM
Subscribers

Details

Summary

This feature will be used by future commits to implement a device
specific method (_DSM) for TPM devices.

Diff Detail

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

Event Timeline

usr.sbin/bhyve/acpi_device.c
195

The return value is ignored?

  • don't ignore the return value of write_dsdt
This revision is now accepted and ready to land.Apr 10 2023, 2:35 PM
This revision was automatically updated to reflect the committed changes.