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)
Nov 6 2024, 8:47 PM
Unknown Object (File)
Nov 6 2024, 8:35 PM
Unknown Object (File)
Nov 6 2024, 6:43 PM
Unknown Object (File)
Nov 1 2024, 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
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.