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