qtest: Add functions for accessing devices on Aspeed I2C controller
authorStefan Berger <stefanb@linux.ibm.com>
Fri, 31 Mar 2023 17:30:49 +0000 (13:30 -0400)
committerStefan Berger <stefanb@linux.ibm.com>
Thu, 20 Apr 2023 12:17:15 +0000 (08:17 -0400)
commitf0de635677f264f79c8f85389e6203e32c423351
tree00aac0047936fa4c2d97dc3e0f1d2e584a54e192
parentc3d58a7a26ffbf2ac54ed6d7a3a83f2a7af7159b
qtest: Add functions for accessing devices on Aspeed I2C controller

Add read and write functions for accessing registers of I2C devices
connected to the Aspeed I2C controller.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Ninad Palsule <ninad@linux.ibm.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-id: 20230331173051.3857801-2-stefanb@linux.ibm.com
include/hw/i2c/aspeed_i2c.h
tests/qtest/qtest_aspeed.c [new file with mode: 0644]
tests/qtest/qtest_aspeed.h [new file with mode: 0644]