Age | Commit message (Expand) | Author | Files | Lines |
2016-02-02 | libqos: remove some leaks | Marc-André Lureau | 1 | -0/+2 |
2016-01-29 | ide: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-11 | libqos/ahci: organize header | John Snow | 1 | -12/+24 |
2016-01-11 | libqos/ahci: add ahci_exec | John Snow | 2 | -0/+93 |
2016-01-11 | libqos/ahci: allow nondata commands for ahci_io variants | John Snow | 1 | -0/+3 |
2016-01-11 | libqos: allow zero-size allocations | John Snow | 2 | -3/+7 |
2016-01-11 | libqos/ahci: Switch to mutable properties | John Snow | 1 | -2/+8 |
2016-01-11 | libqos/ahci: ATAPI identify | John Snow | 2 | -0/+6 |
2016-01-11 | libqos/ahci: ATAPI support | John Snow | 2 | -4/+89 |
2015-11-13 | libqos: add qemu-img presence check | John Snow | 2 | -5/+24 |
2015-10-05 | qtest/ahci: fix redundant assertion | John Snow | 1 | -1/+1 |
2015-09-18 | qtest/ahci: export generate_pattern | John Snow | 2 | -0/+27 |
2015-09-07 | i.MX: Add qtest support for I2C device emulator. | Jean-Christophe Dubois | 2 | -0/+212 |
2015-07-08 | libqos/ahci: fix ahci_write_fis for ncq on ppc64 | John Snow | 2 | -10/+12 |
2015-07-04 | qtest/ahci: simple ncq data test | John Snow | 2 | -33/+40 |
2015-07-04 | libqos/ahci: Force all NCQ commands to be LBA48 | John Snow | 1 | -1/+1 |
2015-07-04 | libqos/ahci: set the NCQ tag on command_commit | John Snow | 1 | -0/+5 |
2015-07-04 | libqos/ahci: adjust expected NCQ interrupts | John Snow | 1 | -2/+7 |
2015-07-04 | libqos/ahci: edit wait to be ncq aware | John Snow | 1 | -3/+7 |
2015-07-04 | libqos/ahci: add NCQ frame support | John Snow | 2 | -10/+63 |
2015-07-04 | libqos/ahci: fix cmd_sanity for ncq | John Snow | 2 | -24/+25 |
2015-07-04 | libqos/ahci: fix memory management bugs | John Snow | 1 | -2/+4 |
2015-06-17 | libqos: Complete virtio device ID definition list | Fam Zheng | 1 | -2/+8 |
2015-06-17 | libqos: Allow calling guest_free on NULL pointer | Fam Zheng | 1 | -0/+3 |
2015-05-22 | libqos/ahci: Swap memread/write with bufread/write | John Snow | 1 | -2/+2 |
2015-05-22 | qtest/ahci: add migrate dma test | John Snow | 1 | -0/+1 |
2015-05-22 | libqos: Add migration helpers | John Snow | 4 | -17/+145 |
2015-05-22 | libqos/ahci: Fix sector set method | John Snow | 1 | -2/+4 |
2015-05-22 | libqos/ahci: Add halted command helpers | John Snow | 2 | -0/+30 |
2015-04-30 | misc: Fix new collection of typos | Stefan Weil | 1 | -2/+2 |
2015-04-28 | libqos: add blkdebug_prepare_script | John Snow | 2 | -0/+23 |
2015-04-28 | qtest/ahci: Allow override of default CLI options | John Snow | 2 | -0/+6 |
2015-04-28 | qtest/ahci: test different disk sectors | John Snow | 2 | -6/+8 |
2015-04-28 | qtest/ahci: add qcow2 support to ahci-test | John Snow | 2 | -0/+46 |
2015-03-10 | libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.c | Marc Marí | 1 | -4/+12 |
2015-03-10 | libqos/ahci: add ahci command helpers | John Snow | 2 | -0/+47 |
2015-03-10 | libqos/ahci: Zero-fill AHCI headers | John Snow | 1 | -1/+1 |
2015-03-10 | libqos: Add virtio MMIO support | Marc Marí | 2 | -0/+244 |
2015-03-10 | libqos: Add malloc generic | Marc Marí | 2 | -0/+60 |
2015-03-10 | libqos: Remove PCI assumptions in constants of virtio driver | Marc Marí | 2 | -27/+27 |
2015-03-10 | libqos: Change use of pointers to uint64_t in virtio | Marc Marí | 3 | -21/+23 |
2015-02-16 | libqos/ahci: Add ahci_clean_mem | John Snow | 4 | -0/+25 |
2015-02-16 | libqos/ahci: add ahci_io | John Snow | 2 | -0/+27 |
2015-02-16 | libqos/ahci: Add ahci_guest_io | John Snow | 2 | -0/+17 |
2015-02-16 | libqos/ahci: add ahci command size setters | John Snow | 2 | -0/+26 |
2015-02-16 | libqos/ahci: add ahci command verify | John Snow | 2 | -0/+16 |
2015-02-16 | libqos/ahci: add ahci command functions | John Snow | 2 | -0/+220 |
2015-02-16 | libqos/ahci: Add ide cmd properties | John Snow | 1 | -0/+39 |
2015-02-16 | qtest/ahci: add ahci_write_fis | John Snow | 2 | -1/+16 |
2015-02-16 | qtest/ahci: Demagic ahci tests. | John Snow | 1 | -0/+53 |