mirror_qemu/hw/sensor
Philippe Mathieu-Daudé de6cd7599b meson: Replace softmmu_ss -> system_ss
We use the user_ss[] array to hold the user emulation sources,
and the softmmu_ss[] array to hold the system emulation ones.
Hold the latter in the 'system_ss[]' array for parity with user
emulation.

Mechanical change doing:

  $ sed -i -e s/softmmu_ss/system_ss/g $(git grep -l softmmu_ss)

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230613133347.82210-10-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-06-20 10:01:30 +02:00
..
Kconfig hw/sensor: add Maxim MAX31785 device 2022-06-30 09:21:13 +02:00
adm1272.c Don't include headers already included by qemu/osdep.h 2023-02-08 07:28:05 +01:00
dps310.c Do not include hw/hw.h if it is not necessary 2023-02-27 09:15:38 +01:00
emc141x.c
isl_pmbus_vr.c hw/sensor: Add Renesas ISL69259 device model 2022-07-14 16:24:38 +02:00
lsm303dlhc_mag.c hw/i2c: add asynchronous send 2022-06-30 09:21:14 +02:00
max31785.c hw/sensor: add Maxim MAX31785 device 2022-06-30 09:21:13 +02:00
max34451.c hw/misc: add MAX34451 device 2021-07-08 14:42:00 -05:00
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00
tmp105.c
tmp421.c