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)
Wed, Apr 23, 11:20 PM
Unknown Object (File)
Wed, Apr 23, 7:55 PM
Unknown Object (File)
Wed, Apr 23, 5:39 PM
Unknown Object (File)
Wed, Apr 23, 5:11 PM
Unknown Object (File)
Wed, Apr 23, 5:10 PM
Unknown Object (File)
Wed, Apr 23, 5:07 PM
Unknown Object (File)
Wed, Apr 23, 5:05 PM
Unknown Object (File)
Tue, Apr 22, 12:43 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