summaryrefslogtreecommitdiffstats
path: root/tests/libqos
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* all: Clean up includesPeter Maydell2016-02-235-9/+0Star
* tests: Clean up includesPeter Maydell2016-02-1615-15/+15
* libqos: remove some leaksMarc-André Lureau2016-02-021-0/+2
* ide: Clean up includesPeter Maydell2016-01-291-0/+1
* libqos/ahci: organize headerJohn Snow2016-01-111-12/+24
* libqos/ahci: add ahci_execJohn Snow2016-01-112-0/+93
* libqos/ahci: allow nondata commands for ahci_io variantsJohn Snow2016-01-111-0/+3
* libqos: allow zero-size allocationsJohn Snow2016-01-112-3/+7
* libqos/ahci: Switch to mutable propertiesJohn Snow2016-01-111-2/+8
* libqos/ahci: ATAPI identifyJohn Snow2016-01-112-0/+6
* libqos/ahci: ATAPI supportJohn Snow2016-01-112-4/+89
* libqos: add qemu-img presence checkJohn Snow2015-11-132-5/+24