Age | Commit message (Expand) | Author | Files | Lines |
2016-09-13 | tests: fix qvirtqueue_kick | Laurent Vivier | 1 | -3/+3 |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster | 3 | -6/+6 |
2016-06-20 | libqos: add qvirtqueue_cleanup() | Stefan Hajnoczi | 4 | -0/+29 |
2016-06-20 | libqos: drop duplicated virtio_pci.h definitions | Stefan Hajnoczi | 2 | -37/+22 |
2016-06-20 | libqos: drop duplicated virtio_vring.h structs | Stefan Hajnoczi | 2 | -37/+12 |
2016-06-20 | libqos: drop duplicated virtio_ring.h bit definitions | Stefan Hajnoczi | 4 | -24/+13 |
2016-06-20 | libqos: drop duplicated virtio_config.h definitions | Stefan Hajnoczi | 2 | -18/+10 |
2016-06-20 | libqos: drop duplicated PCI vendor ID definition | Stefan Hajnoczi | 2 | -3/+2 |
2016-06-20 | libqos: use virtio_ids.h for device ID definitions | Stefan Hajnoczi | 1 | -9/+0 |
2016-06-07 | tests: Remove unnecessary glib.h includes | Peter Maydell | 14 | -14/+0 |
2016-05-19 | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+1 |
2016-03-22 | fw_cfg: Split fw_cfg_keys.h off fw_cfg.h | Markus Armbruster | 1 | -2/+1 |
2016-03-21 | tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs aligned | Markus Armbruster | 1 | -2/+6 |
2016-02-23 | all: Clean up includes | Peter Maydell | 5 | -9/+0 |
2016-02-16 | tests: Clean up includes | Peter Maydell | 15 | -15/+15 |
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 |