[Qemu-devel] [PATCH v2 0/2] aspeed: add a TMP421 device to the palmetto machine

Cédric Le Goater posted 2 patches 8 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1496739230-32109-1-git-send-email-clg@kaod.org
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
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
[Qemu-devel] [PATCH v2 0/2] aspeed: add a TMP421 device to the palmetto machine
Posted by Cédric Le Goater 8 years, 8 months ago
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


Re: [Qemu-devel] [PATCH v2 0/2] aspeed: add a TMP421 device to the palmetto machine
Posted by Peter Maydell 8 years, 8 months ago
On 6 June 2017 at 09:53, Cédric Le Goater <clg@kaod.org> wrote:
> 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



Applied to target-arm.next, thanks.

-- PMM