[PATCH 0/3] Object properties for MAX31785 status, target, and input.

Maheswara Kurapati posted 3 patches 3 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220714015637.817066-1-quic._5Fmkurapat@quicinc.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>
hw/sensor/max31785.c | 46 ++++++++++++++++++++++++++++++---
include/qom/object.h | 21 ++++++++++++++++
qom/object.c         | 60 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 123 insertions(+), 4 deletions(-)
[PATCH 0/3] Object properties for MAX31785 status, target, and input.
Posted by Maheswara Kurapati 3 years, 7 months ago
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