index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sensor
Age
Commit message (
Expand
)
Author
2024-11-05
hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write...
Bernhard Beschow
2024-09-13
hw/sensor/tmp105: Lower 4 bit of limit registers are always 0
Guenter Roeck
2024-09-13
hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0
Philippe Mathieu-Daudé
2024-09-13
hw/sensor/tmp105: Pass 'oneshot' argument to tmp105_alarm_update()
Philippe Mathieu-Daudé
2024-09-13
hw/sensor/tmp105: Use registerfields API
Philippe Mathieu-Daudé
2024-09-13
hw/sensor/tmp105: Coding style fixes
Guenter Roeck
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered reset
Peter Maydell
2023-12-30
hw/sensor: Constify VMState
Richard Henderson
2023-11-07
hw/sensor: add ADM1266 device model
Titus Rwantare
2023-08-31
hw/i2c: spelling fixes
Michael Tokarev
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-02-27
Do not include hw/hw.h if it is not necessary
Thomas Huth
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2022-07-14
hw/sensor: Add Renesas ISL69259 device model
Peter Delevoryas
2022-07-14
hw/sensor: Add IC_DEVICE_ID to ISL voltage regulators
Peter Delevoryas
2022-06-30
hw/i2c: add asynchronous send
Klaus Jensen
2022-06-30
hw/sensor: add Maxim MAX31785 device
Maheswara Kurapati
2022-03-08
hw/sensor: add Renesas raa228000 device
Titus Rwantare
2022-03-08
hw/sensor: add Renesas raa229004 PMBus device
Titus Rwantare
2022-03-08
hw/sensor: add Intersil ISL69260 device model
Titus Rwantare
2022-02-21
Kconfig: Add I2C_DEVICES device group
Peter Maydell
2022-02-08
hw/sensor: Add lsm303dlhc magnetometer device
Kevin Townsend
2021-09-20
hw/misc: Add Infineon DPS310 sensor model
Joel Stanley
2021-07-08
hw/misc: add MAX34451 device
Titus Rwantare
2021-07-08
hw/misc: add ADM1272 device
Titus Rwantare
2021-06-17
sensor: Move hardware sensors from misc to a sensor directory
Corey Minyard