Page MenuHomeFreeBSD

bhyve: check for errors when writing device specific DSDT entries
ClosedPublic

Authored by corvink on Apr 5 2023, 7:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 12, 5:19 PM
Unknown Object (File)
Nov 21 2024, 6:41 AM
Unknown Object (File)
Nov 14 2024, 3:52 PM
Unknown Object (File)
Oct 19 2024, 11:49 AM
Unknown Object (File)
Sep 30 2024, 1:25 AM
Unknown Object (File)
Sep 24 2024, 12:04 AM
Unknown Object (File)
Sep 18 2024, 7:10 PM
Unknown Object (File)
Sep 18 2024, 11:46 AM
Subscribers

Details

Summary

At the moment, this function can't fail. This behaviour will change in
the future. In preparation to that, convert the return type to int in
order to be able to check for errors.

Diff Detail

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