summaryrefslogtreecommitdiffstats
path: root/tests/libqos
Commit message (Expand)AuthorAgeFilesLines
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* tests/libqos/pci: Make PCI access functions independent of global_qtestThomas Huth2018-12-172-33/+34
* tests/libqos: Utilize newer glib spawn checkEric Blake2018-08-311-11/+1Star
* fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau2018-08-231-1/+1
* tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster2018-08-164-14/+7Star
* tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster2018-08-161-8/+3Star
* libqtest: Rename functions to send QMP messagesMarkus Armbruster2018-08-161-2/+2
* ahci: fix FIS I bit and PIO Setup FIS interruptPaolo Bonzini2018-06-252-10/+17
* ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow2018-06-082-16/+22
* libqos/ahci: track sector sizeJohn Snow2018-06-081-4/+6
* misc: add pca9552 LED blinker modelCédric Le Goater2018-06-081-0/+2
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-042-5/+5
* tests/libqos: Check for valid dev pointer when looking for PCI devicesThomas Huth2018-03-051-1/+3
* libqos: Use explicit QTestState for remaining libqos operationsEric Blake2018-02-142-21/+11Star
* libqos: Use explicit QTestState for ahci operationsEric Blake2018-02-141-22/+23
* libqos: Use explicit QTestState for i2c operationsEric Blake2018-02-143-57/+62
* libqos: Use explicit QTestState for rtas operationsEric Blake2018-02-143-27/+39
* libqos: Use explicit QTestState for fw_cfg operationsEric Blake2018-02-149-21/+26
* libqos: Track QTestState with QPCIBusEric Blake2018-02-149-19/+18Star
* tests: Clean up wait for eventMarkus Armbruster2018-02-141-5/+1Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-092-1/+2
* libqos/virtio: return length written into used descriptorGreg Kurz2018-02-022-9/+19
* tests: use g_new() family of functionsMarc-André Lureau2017-10-163-5/+5
* tests: Enable the drive_del test also on s390xThomas Huth2017-09-192-0/+20
* tests: Fix broken ivshmem-server-msi/-irq testsThomas Huth2017-09-151-1/+6
* tests: Introduce generic device hot-plug/hot-unplug functionsThomas Huth2017-09-152-41/+8Star
* libqos: add virtio used ring supportStefan Hajnoczi2017-06-302-0/+66
* libqos: fix typo in virtio.h QVirtQueue->used commentStefan Hajnoczi2017-06-301-1/+1
* tests: fix virtio-blk-test leaksMarc-André Lureau2017-03-011-1/+2
* tests: add specialized device_find functionMarc-André Lureau2017-03-012-6/+27
* tests: fix usb-test leaksMarc-André Lureau2017-03-012-0/+6
* tests: fix vhost-user-test leaksMarc-André Lureau2017-03-012-0/+8
* tests: fix qmp response leakMarc-André Lureau2017-02-281-0/+1
* libqos: fix spapr qpci_map()Laurent Vivier2017-01-311-2/+2
* libqos/ahci: Add get_sense and test_readyJohn Snow2016-11-142-0/+67
* libqos/ahci: Add ATAPI tray macrosJohn Snow2016-11-142-2/+35
* libqos/ahci: Support expected errorsJohn Snow2016-11-142-5/+14
* ahci-test: test atapi read_cd with bcl, nb_sectors = 0John Snow2016-11-142-14/+31
* libqos: Change PCI accessors to take opaque BAR handleDavid Gibson2016-10-288-158/+157Star
* tests: Don't assume structure of PCI IO base in ahci-testDavid Gibson2016-10-282-0/+2
* libqos: Add 64-bit PCI IO accessorsDavid Gibson2016-10-285-12/+60
* libqos: Implement mmio accessors in terms of mem{read,write}David Gibson2016-10-284-96/+14Star
* libqos: Add streaming accessors for PCI MMIODavid Gibson2016-10-284-0/+53
* libqos: Better handling of PCI legacy IODavid Gibson2016-10-282-0/+6
* libqos: Move BAR assignment to common codeDavid Gibson2016-10-284-176/+63Star
* libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson2016-10-284-126/+170
* libqos: Give qvirtio_config_read*() consistent semanticsDavid Gibson2016-10-282-19/+22
* tests: enable virtio tests on SPAPRLaurent Vivier2016-10-281-2/+22
* tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier2016-10-282-1/+7
* tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier2016-10-284-71/+61Star