Page MenuHomeFreeBSD

bhyve: add nvlist functions for setting unset nodes
ClosedPublic

Authored by corvink on Jan 6 2022, 2:18 PM.
Tags
Referenced Files
F102554380: D33770.diff
Wed, Nov 13, 11:55 PM
Unknown Object (File)
Sat, Nov 2, 4:25 AM
Unknown Object (File)
Sat, Nov 2, 4:25 AM
Unknown Object (File)
Sat, Nov 2, 4:25 AM
Unknown Object (File)
Sat, Nov 2, 4:25 AM
Unknown Object (File)
Sat, Nov 2, 4:03 AM
Unknown Object (File)
Mon, Oct 28, 6:37 PM
Unknown Object (File)
Oct 7 2024, 10:29 PM

Details

Summary

If an emulation uses those functions instead of set_config_value_node
or set_config_value, it allows the config values to get
overwritten. Introducing new functions is much more readable than
if else statements in the emulation code.

See D28280

Diff Detail

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