From: Patrick Venture <venture@google.com>
To: thuth@redhat.com, lvivier@redhat.com, pbonzini@redhat.com,
f4bug@amsat.org, cminyard@mvista.com
Cc: qemu-devel@nongnu.org, Patrick Venture <venture@google.com>
Subject: [PATCH v2 0/2] hw/sensor: Add SB-TSI Temperature Sensor Interface
Date: Wed, 12 Jan 2022 15:26:31 -0800 [thread overview]
Message-ID: <20220112232633.1811256-1-venture@google.com> (raw)
v2:
* Split the commit into a separate patch for the qtest
* Moved the common registers into the new header
* Introduced a new header
Hao Wu (2):
hw/sensor: Add SB-TSI Temperature Sensor Interface
tests: add qtest for hw/sensor/sbtsi
hw/sensor/Kconfig | 4 +
hw/sensor/meson.build | 1 +
hw/sensor/tmp_sbtsi.c | 365 +++++++++++++++++++++++++++++++++++
hw/sensor/trace-events | 5 +
hw/sensor/trace.h | 1 +
include/hw/sensor/sbtsi.h | 50 +++++
meson.build | 1 +
tests/qtest/meson.build | 1 +
tests/qtest/tmp_sbtsi-test.c | 161 +++++++++++++++
9 files changed, 589 insertions(+)
create mode 100644 hw/sensor/tmp_sbtsi.c
create mode 100644 hw/sensor/trace-events
create mode 100644 hw/sensor/trace.h
create mode 100644 include/hw/sensor/sbtsi.h
create mode 100644 tests/qtest/tmp_sbtsi-test.c
--
2.34.1.575.g55b058a8bb-goog
next reply other threads:[~2022-01-12 23:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-12 23:26 Patrick Venture [this message]
2022-01-12 23:26 ` [PATCH v2 1/2] hw/sensor: Add SB-TSI Temperature Sensor Interface Patrick Venture
2022-01-13 11:16 ` Philippe Mathieu-Daudé
2022-01-12 23:26 ` [PATCH v2 2/2] tests: add qtest for hw/sensor/sbtsi Patrick Venture
2022-01-13 9:55 ` Thomas Huth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220112232633.1811256-1-venture@google.com \
--to=venture@google.com \
--cc=cminyard@mvista.com \
--cc=f4bug@amsat.org \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.