On 10/8/20 7:19 PM, Cédric Le Goater wrote:
On 10/8/20 11:02 AM, John Wang wrote:
Largely inspired by the TMP421 temperature sensor, here is a model for
the EMC1413 temperature sensors.
Specs can be found here :
https://pdf1.alldatasheet.com/datasheet-pdf/view/533713/SMSC/EMC1413.html
Signed-off-by: John Wang <wangzhiqiang...@bytedance.com>
Reviewed-by: Cédric Le Goater <c...@kaod.org>
---
v2:
- Remove DeviceInfo
I will look at doing the same in TMP421. All the temperature devices
have a lot in common.
Philippe,
Did you have a patchset introducing a common framework ?
Yes, based on this (but probably using QOM path instead of ID):
https://www.mail-archive.com/qemu-devel@nongnu.org/msg697031.html
I plan to respin once the 5.2 is released.
Thanks,
C.