summaryrefslogtreecommitdiff
path: root/tests/libqos
AgeCommit message (Expand)AuthorFilesLines
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2018-12-17tests/libqos/pci: Make PCI access functions independent of global_qtestThomas Huth2-33/+34
2018-08-31tests/libqos: Utilize newer glib spawn checkEric Blake1-11/+1
2018-08-23fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau1-1/+1
2018-08-16tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster4-14/+7
2018-08-16tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster1-8/+3
2018-08-16libqtest: Rename functions to send QMP messagesMarkus Armbruster1-2/+2
2018-06-25ahci: fix FIS I bit and PIO Setup FIS interruptPaolo Bonzini2-10/+17
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow2-16/+22
2018-06-08libqos/ahci: track sector sizeJohn Snow1-4/+6
2018-06-08misc: add pca9552 LED blinker modelCédric Le Goater1-0/+2
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2-5/+5
2018-03-05tests/libqos: Check for valid dev pointer when looking for PCI devicesThomas Huth1-1/+3
2018-02-14libqos: Use explicit QTestState for remaining libqos operationsEric Blake2-21/+11
2018-02-14libqos: Use explicit QTestState for ahci operationsEric Blake1-22/+23
2018-02-14libqos: Use explicit QTestState for i2c operationsEric Blake3-57/+62
2018-02-14libqos: Use explicit QTestState for rtas operationsEric Blake3-27/+39
2018-02-14libqos: Use explicit QTestState for fw_cfg operationsEric Blake9-21/+26
2018-02-14libqos: Track QTestState with QPCIBusEric Blake9-19/+18
2018-02-14tests: Clean up wait for eventMarkus Armbruster1-5/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2-1/+2
2018-02-02libqos/virtio: return length written into used descriptorGreg Kurz2-9/+19
2017-10-16tests: use g_new() family of functionsMarc-André Lureau3-5/+5
2017-09-19tests: Enable the drive_del test also on s390xThomas Huth2-0/+20
2017-09-15tests: Fix broken ivshmem-server-msi/-irq testsThomas Huth1-1/+6
2017-09-15tests: Introduce generic device hot-plug/hot-unplug functionsThomas Huth2-41/+8
2017-06-30libqos: add virtio used ring supportStefan Hajnoczi2-0/+66
2017-06-30libqos: fix typo in virtio.h QVirtQueue->used commentStefan Hajnoczi1-1/+1
2017-03-01tests: fix virtio-blk-test leaksMarc-André Lureau1-1/+2
2017-03-01tests: add specialized device_find functionMarc-André Lureau2-6/+27
2017-03-01tests: fix usb-test leaksMarc-André Lureau2-0/+6
2017-03-01tests: fix vhost-user-test leaksMarc-André Lureau2-0/+8
2017-03-01tests: fix qmp response leakMarc-André Lureau1-0/+1
2017-01-31libqos: fix spapr qpci_map()Laurent Vivier1-2/+2
2016-11-14libqos/ahci: Add get_sense and test_readyJohn Snow2-0/+67
2016-11-14libqos/ahci: Add ATAPI tray macrosJohn Snow2-2/+35
2016-11-14libqos/ahci: Support expected errorsJohn Snow2-5/+14
2016-11-14ahci-test: test atapi read_cd with bcl, nb_sectors = 0John Snow2-14/+31
2016-10-28libqos: Change PCI accessors to take opaque BAR handleDavid Gibson8-158/+157
2016-10-28tests: Don't assume structure of PCI IO base in ahci-testDavid Gibson2-0/+2
2016-10-28libqos: Add 64-bit PCI IO accessorsDavid Gibson5-12/+60
2016-10-28libqos: Implement mmio accessors in terms of mem{read,write}David Gibson4-96/+14
2016-10-28libqos: Add streaming accessors for PCI MMIODavid Gibson4-0/+53
2016-10-28libqos: Better handling of PCI legacy IODavid Gibson2-0/+6
2016-10-28libqos: Move BAR assignment to common codeDavid Gibson4-176/+63
2016-10-28libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson4-126/+170
2016-10-28libqos: Give qvirtio_config_read*() consistent semanticsDavid Gibson2-19/+22
2016-10-28tests: enable virtio tests on SPAPRLaurent Vivier1-2/+22
2016-10-28tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier2-1/+7
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier4-71/+61