Hello, Patch 1 adds a DT-style /machine/labels container where board code registers link properties pointing to well-known devices. Tests can then resolve a device with a single qom-get instead of walking the bus hierarchy.
Patch 2 uses it to test the ADC128D818 on the Anacapa machine through the kernel hwmon interface. Thanks, C. Cédric Le Goater (1): hw/arm: Add /machine/labels container for Aspeed machines Emmanuel Blot (1): test/functional: anacapa: test ADC128D818 include/hw/arm/aspeed.h | 12 +++++ hw/arm/aspeed.c | 10 +++++ hw/arm/aspeed_ast2600_anacapa.c | 11 +++-- tests/functional/arm/test_aspeed_anacapa.py | 50 +++++++++++++++++++++ 4 files changed, 79 insertions(+), 4 deletions(-) -- 2.55.0
