Hello, This series fixes issues in the TMP421 model previously sent and adds such a device to the palmetto machine.
Thanks, C. Cédric Le Goater (2): hw/misc: add a TMP42{1,2,3} device model aspeed: add a temp sensor device on I2C bus 3 default-configs/arm-softmmu.mak | 1 + hw/arm/aspeed.c | 9 + hw/misc/Makefile.objs | 1 + hw/misc/tmp421.c | 402 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 413 insertions(+) create mode 100644 hw/misc/tmp421.c -- 2.7.4