qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Maheswara Kurapati
Subject: [PATCH 0/3] Object properties for MAX31785 status, target, and input.
Date: Wed, 13 Jul 2022 20:56:34 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]