diff options
| author | Emanuele Giuseppe Esposito | 2018-07-03 16:51:58 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-07 17:28:25 +0100 |
| commit | a0a9ba66f6784fe93ee0feb8a50250d7fa8440be (patch) | |
| tree | 18a6c292cbfdbbecea18c6a51a290e5bb7226342 /tests/Makefile.include | |
| parent | tests/libqos: x86_64/pc machine node (diff) | |
| download | qemu-a0a9ba66f6784fe93ee0feb8a50250d7fa8440be.tar.gz qemu-a0a9ba66f6784fe93ee0feb8a50250d7fa8440be.tar.xz qemu-a0a9ba66f6784fe93ee0feb8a50250d7fa8440be.zip | |
tests/libqos: sdhci driver and interface nodes
Add qgraph nodes for sdhci-pci and generic-sdhci (memory mapped) drivers.
Both drivers implement (produce) the same interface sdhci, that provides the
readw - readq - writeq functions.
Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 8a760bde47..b1b03e64cf 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -752,6 +752,7 @@ libqos-virtio-obj-y = $(libqos-spapr-obj-y) $(libqos-pc-obj-y) tests/libqos/virt # Devices qos-test-obj-y = tests/qos-test.o $(libqgraph-obj-y) qos-test-obj-y += $(libqos-pc-obj-y) +qos-test-obj-y += tests/libqos/sdhci.o # Machines qos-test-obj-y += tests/libqos/x86_64_pc-machine.o |
