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