Home
last modified time | relevance | path

Searched hist:c0825c63 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/
H A DMakefile.includec0825c63 Mon Mar 18 07:48:23 CDT 2019 Paolo Bonzini <pbonzini@redhat.com> libqos: convert I2C to qgraph

Create an i2c-bus interface, corresponding to the I2CAdapter struct.
Wrap IMXI2C and OMAPI2C with a QOSGraphObject, and add the get_driver
function to retrieve the I2CAdapter.

The conversion is still not complete; for simplicity, i2c_recv and
i2c_send (along with their wrappers) still take an adapter/address
pair. Fixing that would be complicated until the tests are converted
to qgraph, so it is left for after the conversion.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>