commit | 84c168765b59e13d72b915fe048273b67be3ca5e | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Mar 15 21:50:59 2022 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Mar 17 21:19:07 2022 +0000 |
tree | 44278fa42d40fe46fbd4064fc70ef945ab55ae63 | |
parent | fad3605fe8d260477808978f2ee402a2197318bd [diff] |
NVMeBasicContext: Allocate streambuf where it's used Move it after the early-exits to avoid useless (de)allocation. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I31264eb01342bbf40ed88b23aadd34eae43957cd
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access