| Commit message (Expand) | Author | Age | Files | Lines |
* | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | tests/libqos/pci: Make PCI access functions independent of global_qtest | Thomas Huth | 2018-12-17 | 2 | -33/+34 |
* | tests/libqos: Utilize newer glib spawn check | Eric Blake | 2018-08-31 | 1 | -11/+1 |
* | fw_cfg: import & use linux/qemu_fw_cfg.h | Marc-André Lureau | 2018-08-23 | 1 | -1/+1 |
* | tests: Clean up string interpolation around qtest_qmp_device_add() | Markus Armbruster | 2018-08-16 | 4 | -14/+7 |
* | tests: Clean up string interpolation into QMP input (simple cases) | Markus Armbruster | 2018-08-16 | 1 | -8/+3 |
* | libqtest: Rename functions to send QMP messages | Markus Armbruster | 2018-08-16 | 1 | -2/+2 |
* | ahci: fix FIS I bit and PIO Setup FIS interrupt | Paolo Bonzini | 2018-06-25 | 2 | -10/+17 |
* | ahci: move PIO Setup FIS before transfer, fix it for ATAPI commands | John Snow | 2018-06-08 | 2 | -16/+22 |
* | libqos/ahci: track sector size | John Snow | 2018-06-08 | 1 | -4/+6 |
* | misc: add pca9552 LED blinker model | Cédric Le Goater | 2018-06-08 | 1 | -0/+2 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 2 | -5/+5 |
* | tests/libqos: Check for valid dev pointer when looking for PCI devices | Thomas Huth | 2018-03-05 | 1 | -1/+3 |
* | libqos: Use explicit QTestState for remaining libqos operations | Eric Blake | 2018-02-14 | 2 | -21/+11 |
* | libqos: Use explicit QTestState for ahci operations | Eric Blake | 2018-02-14 | 1 | -22/+23 |
* | libqos: Use explicit QTestState for i2c operations | Eric Blake | 2018-02-14 | 3 | -57/+62 |
* | libqos: Use explicit QTestState for rtas operations | Eric Blake | 2018-02-14 | 3 | -27/+39 |
* | libqos: Use explicit QTestState for fw_cfg operations | Eric Blake | 2018-02-14 | 9 | -21/+26 |
* | libqos: Track QTestState with QPCIBus | Eric Blake | 2018-02-14 | 9 | -19/+18 |
* | tests: Clean up wait for event | Markus Armbruster | 2018-02-14 | 1 | -5/+1 |
* | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 2018-02-09 | 2 | -1/+2 |
* | libqos/virtio: return length written into used descriptor | Greg Kurz | 2018-02-02 | 2 | -9/+19 |
* | tests: use g_new() family of functions | Marc-André Lureau | 2017-10-16 | 3 | -5/+5 |
* | tests: Enable the drive_del test also on s390x | Thomas Huth | 2017-09-19 | 2 | -0/+20 |
* | tests: Fix broken ivshmem-server-msi/-irq tests | Thomas Huth | 2017-09-15 | 1 | -1/+6 |
* | tests: Introduce generic device hot-plug/hot-unplug functions | Thomas Huth | 2017-09-15 | 2 | -41/+8 |
* | libqos: add virtio used ring support | Stefan Hajnoczi | 2017-06-30 | 2 | -0/+66 |
* | libqos: fix typo in virtio.h QVirtQueue->used comment | Stefan Hajnoczi | 2017-06-30 | 1 | -1/+1 |
* | tests: fix virtio-blk-test leaks | Marc-André Lureau | 2017-03-01 | 1 | -1/+2 |
* | tests: add specialized device_find function | Marc-André Lureau | 2017-03-01 | 2 | -6/+27 |
* | tests: fix usb-test leaks | Marc-André Lureau | 2017-03-01 | 2 | -0/+6 |
* | tests: fix vhost-user-test leaks | Marc-André Lureau | 2017-03-01 | 2 | -0/+8 |
* | tests: fix qmp response leak | Marc-André Lureau | 2017-02-28 | 1 | -0/+1 |
* | libqos: fix spapr qpci_map() | Laurent Vivier | 2017-01-31 | 1 | -2/+2 |
* | libqos/ahci: Add get_sense and test_ready | John Snow | 2016-11-14 | 2 | -0/+67 |
* | libqos/ahci: Add ATAPI tray macros | John Snow | 2016-11-14 | 2 | -2/+35 |
* | libqos/ahci: Support expected errors | John Snow | 2016-11-14 | 2 | -5/+14 |
* | ahci-test: test atapi read_cd with bcl, nb_sectors = 0 | John Snow | 2016-11-14 | 2 | -14/+31 |
* | libqos: Change PCI accessors to take opaque BAR handle | David Gibson | 2016-10-28 | 8 | -158/+157 |
* | tests: Don't assume structure of PCI IO base in ahci-test | David Gibson | 2016-10-28 | 2 | -0/+2 |
* | libqos: Add 64-bit PCI IO accessors | David Gibson | 2016-10-28 | 5 | -12/+60 |
* | libqos: Implement mmio accessors in terms of mem{read,write} | David Gibson | 2016-10-28 | 4 | -96/+14 |
* | libqos: Add streaming accessors for PCI MMIO | David Gibson | 2016-10-28 | 4 | -0/+53 |
* | libqos: Better handling of PCI legacy IO | David Gibson | 2016-10-28 | 2 | -0/+6 |
* | libqos: Move BAR assignment to common code | David Gibson | 2016-10-28 | 4 | -176/+63 |
* | libqos: Handle PCI IO de-multiplexing in common code | David Gibson | 2016-10-28 | 4 | -126/+170 |
* | libqos: Give qvirtio_config_read*() consistent semantics | David Gibson | 2016-10-28 | 2 | -19/+22 |
* | tests: enable virtio tests on SPAPR | Laurent Vivier | 2016-10-28 | 1 | -2/+22 |
* | tests: rename target_big_endian() as qvirtio_is_big_endian() | Laurent Vivier | 2016-10-28 | 2 | -1/+7 |
* | tests: move QVirtioBus pointer into QVirtioDevice | Laurent Vivier | 2016-10-28 | 4 | -71/+61 |