summaryrefslogtreecommitdiff
path: root/tests/libqos
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+1
2016-03-22fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster1-2/+1
2016-03-21tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs alignedMarkus Armbruster1-2/+6
2016-02-23all: Clean up includesPeter Maydell5-9/+0
2016-02-16tests: Clean up includesPeter Maydell15-15/+15
2016-02-02libqos: remove some leaksMarc-André Lureau1-0/+2
2016-01-29ide: Clean up includesPeter Maydell1-0/+1
2016-01-11libqos/ahci: organize headerJohn Snow1-12/+24
2016-01-11libqos/ahci: add ahci_execJohn Snow2-0/+93
2016-01-11libqos/ahci: allow nondata commands for ahci_io variantsJohn Snow1-0/+3
2016-01-11libqos: allow zero-size allocationsJohn Snow2-3/+7
2016-01-11libqos/ahci: Switch to mutable propertiesJohn Snow1-2/+8
2016-01-11libqos/ahci: ATAPI identifyJohn Snow2-0/+6
2016-01-11libqos/ahci: ATAPI supportJohn Snow2-4/+89
2015-11-13libqos: add qemu-img presence checkJohn Snow2-5/+24
2015-10-05qtest/ahci: fix redundant assertionJohn Snow1-1/+1
2015-09-18qtest/ahci: export generate_patternJohn Snow2-0/+27
2015-09-07i.MX: Add qtest support for I2C device emulator.Jean-Christophe Dubois2-0/+212
2015-07-08libqos/ahci: fix ahci_write_fis for ncq on ppc64John Snow2-10/+12
2015-07-04qtest/ahci: simple ncq data testJohn Snow2-33/+40
2015-07-04libqos/ahci: Force all NCQ commands to be LBA48John Snow1-1/+1
2015-07-04libqos/ahci: set the NCQ tag on command_commitJohn Snow1-0/+5
2015-07-04libqos/ahci: adjust expected NCQ interruptsJohn Snow1-2/+7
2015-07-04libqos/ahci: edit wait to be ncq awareJohn Snow1-3/+7
2015-07-04libqos/ahci: add NCQ frame supportJohn Snow2-10/+63
2015-07-04libqos/ahci: fix cmd_sanity for ncqJohn Snow2-24/+25
2015-07-04libqos/ahci: fix memory management bugsJohn Snow1-2/+4
2015-06-17libqos: Complete virtio device ID definition listFam Zheng1-2/+8
2015-06-17libqos: Allow calling guest_free on NULL pointerFam Zheng1-0/+3
2015-05-22libqos/ahci: Swap memread/write with bufread/writeJohn Snow1-2/+2
2015-05-22qtest/ahci: add migrate dma testJohn Snow1-0/+1
2015-05-22libqos: Add migration helpersJohn Snow4-17/+145
2015-05-22libqos/ahci: Fix sector set methodJohn Snow1-2/+4
2015-05-22libqos/ahci: Add halted command helpersJohn Snow2-0/+30
2015-04-30misc: Fix new collection of typosStefan Weil1-2/+2
2015-04-28libqos: add blkdebug_prepare_scriptJohn Snow2-0/+23
2015-04-28qtest/ahci: Allow override of default CLI optionsJohn Snow2-0/+6
2015-04-28qtest/ahci: test different disk sectorsJohn Snow2-6/+8
2015-04-28qtest/ahci: add qcow2 support to ahci-testJohn Snow2-0/+46
2015-03-10libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.cMarc Marí1-4/+12
2015-03-10libqos/ahci: add ahci command helpersJohn Snow2-0/+47
2015-03-10libqos/ahci: Zero-fill AHCI headersJohn Snow1-1/+1
2015-03-10libqos: Add virtio MMIO supportMarc Marí2-0/+244
2015-03-10libqos: Add malloc genericMarc Marí2-0/+60
2015-03-10libqos: Remove PCI assumptions in constants of virtio driverMarc Marí2-27/+27
2015-03-10libqos: Change use of pointers to uint64_t in virtioMarc Marí3-21/+23
2015-02-16libqos/ahci: Add ahci_clean_memJohn Snow4-0/+25
2015-02-16libqos/ahci: add ahci_ioJohn Snow2-0/+27
2015-02-16libqos/ahci: Add ahci_guest_ioJohn Snow2-0/+17
2015-02-16libqos/ahci: add ahci command size settersJohn Snow2-0/+26