summaryrefslogtreecommitdiffstats
path: root/tests/libqos
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier2016-10-281-0/+2
* spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2016-10-161-5/+4Star
* libqos: Limit spapr-pci to 32-bit MMIO for nowDavid Gibson2016-10-161-17/+15Star
* libqos: Correct error in PCI hole sizing for spaprDavid Gibson2016-10-161-2/+4
* libqos: Isolate knowledge of spapr memory map to qpci_init_spapr()David Gibson2016-10-161-49/+64
* qtest: ask endianness of the target in qtest_init()Laurent Vivier2016-10-141-1/+1
* libqos: use generic qtest_shutdown()Laurent Vivier2016-10-064-5/+20
* libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier2016-10-067-10/+31
* libqos: add PPC64 PCI supportLaurent Vivier2016-10-066-23/+375
* libqos: fix qvring_init()Laurent Vivier2016-09-281-1/+1
* tests: add RTAS command in the protocolLaurent Vivier2016-09-232-0/+82
* libqos: define SPAPR libqos functionsLaurent Vivier2016-09-236-1/+97
* tests: fix qvirtqueue_kickLaurent Vivier2016-09-131-3/+3
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-123-6/+6
* libqos: add qvirtqueue_cleanup()Stefan Hajnoczi2016-06-204-0/+29
* libqos: drop duplicated virtio_pci.h definitionsStefan Hajnoczi2016-06-202-37/+22Star
* libqos: drop duplicated virtio_vring.h structsStefan Hajnoczi2016-06-202-37/+12Star
* libqos: drop duplicated virtio_ring.h bit definitionsStefan Hajnoczi2016-06-204-24/+13Star
* libqos: drop duplicated virtio_config.h definitionsStefan Hajnoczi2016-06-202-18/+10Star
* libqos: drop duplicated PCI vendor ID definitionStefan Hajnoczi2016-06-202-3/+2Star
* libqos: use virtio_ids.h for device ID definitionsStefan Hajnoczi2016-06-201-9/+0Star
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-0714-14/+0Star
* qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-241-2/+1Star
|\
| * fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster2016-03-221-2/+1Star
* | tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs alignedMarkus Armbruster2016-03-211-2/+6
|/