commit | 6062914cf2e5fc52f15255c520c6370766e55dc4 | [log] [tgz] |
---|---|---|
author | Keith Short <keithshort@google.com> | Fri Jan 13 12:28:41 2023 -0700 |
committer | Stephanos Ioannidis <root@stephanos.io> | Fri Jan 27 01:01:06 2023 +0900 |
tree | 31b12e9c1322f25a4b97417b13362cae1866d591 | |
parent | 2d53ce600a5e6213cec649d50af70e640dd97587 [diff] |
emul: Add support for backend APIs The emulator structure currently initializes a bus-level API that is used to communicated register accesses to the emulator from the parent bus. Add support for declaring a backend API for emulators. This provides tests a common way to interact with emulators of the same device type. Signed-off-by: Keith Short <keithshort@google.com>