Hello, I'm sending a series to add Object properties for MAX31785 device. These properties are for the fan status, tach target, tach input, and tach margin (+ve or -ve) percent. To support the signed tach margin input, added infrastructure routines for 8 bit signed integer.
Please review. Thanks, Mahesh Maheswara Kurapati (3): qom/object : add object_property_add_int8_ptr() property for 8 bit signed integers. hw/sensor: max31785 : add fan status, tach target, and tach input object properties hw/sensor: max31785 : update the tach input based on the tach margin percentage hw/sensor/max31785.c | 46 ++++++++++++++++++++++++++++++--- include/qom/object.h | 21 ++++++++++++++++ qom/object.c | 60 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 4 deletions(-) -- 2.25.1