diff options
author | Titus Rwantare <titusr@google.com> | 2022-03-07 12:06:03 -0800 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-03-08 18:46:48 +0100 |
commit | ffcdae677ebb6fab328f6ab913ed7929a3ffa8a8 (patch) | |
tree | 23897713e05d2b1e8c038952c60540c2be839525 /tests/qtest/meson.build | |
parent | 648a488216837bda04114b700246011316b44478 (diff) | |
download | qemu-ffcdae677ebb6fab328f6ab913ed7929a3ffa8a8.zip qemu-ffcdae677ebb6fab328f6ab913ed7929a3ffa8a8.tar.gz qemu-ffcdae677ebb6fab328f6ab913ed7929a3ffa8a8.tar.bz2 |
hw/sensor: add Intersil ISL69260 device model
Signed-off-by: Titus Rwantare <titusr@google.com>
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Corey Minyard <cminyard@mvista.com>
Message-Id: <20220307200605.4001451-8-titusr@google.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'tests/qtest/meson.build')
-rw-r--r-- | tests/qtest/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 721eafa..7d8c74f 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -245,6 +245,7 @@ qos_test_ss.add( 'es1370-test.c', 'ipoctal232-test.c', 'lsm303dlhc-mag-test.c', + 'isl_pmbus_vr-test.c', 'max34451-test.c', 'megasas-test.c', 'ne2000-test.c', |