qemu-e2k/tests/libqos
Paolo Bonzini 06599472ec libqos: i2c: move address into QI2CDevice
This removes the hardcoded I2C address from the tests.  The address
is passed via QOSGraphEdgeOptions to i2c_device_create and stored
in the QI2CDevice.

The i2c_send and i2c_recv functions, along with their wrappers,
therefore, can be changed to take a QI2CDevice rather than an
adapter/address pair.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-06-03 14:03:02 +02:00
..
aarch64-xlnx-zcu102-machine.c
ahci.c
ahci.h
arm-imx25-pdk-machine.c libqos: add ARM imx25-pdk machine object 2019-06-03 14:03:02 +02:00
arm-n800-machine.c libqos: add ARM n800 machine object 2019-06-03 14:03:02 +02:00
arm-raspi2-machine.c
arm-sabrelite-machine.c
arm-smdkc210-machine.c
arm-virt-machine.c
arm-xilinx-zynq-a9-machine.c
e1000e.c
e1000e.h Clean up ill-advised or unusual header guards 2019-05-13 08:58:55 +02:00
fw_cfg.c tests: fw_cfg: add a function to get the fw_cfg file 2019-05-23 14:10:31 +02:00
fw_cfg.h tests: fw_cfg: add a function to get the fw_cfg file 2019-05-23 14:10:31 +02:00
i2c-imx.c tests: convert ds1338-test to qtest 2019-06-03 14:03:02 +02:00
i2c-omap.c tests: convert OMAP i2c tests to qgraph 2019-06-03 14:03:02 +02:00
i2c.c libqos: i2c: move address into QI2CDevice 2019-06-03 14:03:02 +02:00
i2c.h libqos: i2c: move address into QI2CDevice 2019-06-03 14:03:02 +02:00
libqos-pc.c
libqos-pc.h
libqos-spapr.c
libqos-spapr.h
libqos.c ahci-test: Drop dependence on global_qtest 2019-03-12 07:40:59 +01:00
libqos.h ahci-test: Drop dependence on global_qtest 2019-03-12 07:40:59 +01:00
malloc-pc.c tests/libqos: Add pc_fw_cfg_uninit() and use it 2019-05-23 14:10:31 +02:00
malloc-pc.h
malloc-spapr.c
malloc-spapr.h
malloc.c
malloc.h
pci-pc.c tests: qpci_unplug_acpi_device_test() should not rely on global_qtest 2019-05-08 17:45:54 +02:00
pci-pc.h
pci-spapr.c tests/libqos: fix usage of bool in pci-spapr.c 2019-04-08 12:38:07 +02:00
pci-spapr.h
pci.c
pci.h tests: qpci_unplug_acpi_device_test() should not rely on global_qtest 2019-05-08 17:45:54 +02:00
ppc64_pseries-machine.c
qgraph_internal.h Clean up header guards that don't match their file name 2019-05-13 08:58:55 +02:00
qgraph.c qgraph: fix qos_node_contains with options 2019-06-03 14:03:01 +02:00
qgraph.h qgraph: fix qos_node_contains with options 2019-06-03 14:03:01 +02:00
rtas.c
rtas.h
sdhci.c
sdhci.h Clean up ill-advised or unusual header guards 2019-05-13 08:58:55 +02:00
tpci200.c qos-test: tpci200 test node 2019-03-07 17:28:46 +01:00
usb.c
usb.h
virtio-9p.c
virtio-9p.h
virtio-balloon.c
virtio-balloon.h
virtio-blk.c tests/libqos: virtio-blk driver and interface nodes 2019-03-07 17:28:27 +01:00
virtio-blk.h tests/libqos: virtio-blk driver and interface nodes 2019-03-07 17:28:27 +01:00
virtio-mmio.c tests/libqos: Get rid of global_qtest dependency in qvring_init() 2019-05-21 10:00:22 +02:00
virtio-mmio.h
virtio-net.c tests/libqos: support multiqueue for virtio-net 2019-03-07 17:28:42 +01:00
virtio-net.h tests/libqos: support multiqueue for virtio-net 2019-03-07 17:28:42 +01:00
virtio-pci.c tests/libqos: Get rid of global_qtest dependency in qvring_init() 2019-05-21 10:00:22 +02:00
virtio-pci.h tests/libqos: remove pre-qgraph QVirtioPCIDevice API 2019-03-07 17:28:45 +01:00
virtio-rng.c
virtio-rng.h
virtio-scsi.c tests/libqos: virtio-scsi driver and interface nodes 2019-03-07 17:28:42 +01:00
virtio-scsi.h tests/libqos: virtio-scsi driver and interface nodes 2019-03-07 17:28:42 +01:00
virtio-serial.c
virtio-serial.h
virtio.c tests/libqos: Get rid of global_qtest dependency in qvring_init() 2019-05-21 10:00:22 +02:00
virtio.h tests/libqos: Get rid of global_qtest dependency in qvring_init() 2019-05-21 10:00:22 +02:00
x86_64_pc-machine.c