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)
Sat, Oct 11, 8:57 PM
Unknown Object (File)
Fri, Oct 10, 7:56 PM
Unknown Object (File)
Fri, Oct 10, 7:56 PM
Unknown Object (File)
Fri, Oct 10, 7:56 PM
Unknown Object (File)
Fri, Oct 10, 2:34 PM
Unknown Object (File)
Fri, Oct 10, 7:24 AM
Unknown Object (File)
Thu, Sep 25, 1:36 PM
Unknown Object (File)
Wed, Sep 24, 6:36 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