summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | image-fuzzer: Reduce number of generator functions in __init__Maria Kustova2014-08-151-161/+143Star
| * | | image-fuzzer: Add generators of L1/L2 tablesMaria Kustova2014-08-151-65/+190
| * | | image-fuzzer: Add fuzzing functions for L1/L2 table entriesMaria Kustova2014-08-151-0/+28
| * | | docs: Expand the list of supported image elements with L1/L2 tablesMaria Kustova2014-08-151-2/+1Star
| * | | image-fuzzer: Public API for image-fuzzer/runner/runner.pyMaria Kustova2014-08-151-0/+1
| * | | image-fuzzer: Generator of fuzzed qcow2 imagesMaria Kustova2014-08-151-0/+369
| * | | image-fuzzer: Fuzzing functions for qcow2 imagesMaria Kustova2014-08-151-0/+327
| * | | image-fuzzer: Tool for fuzz tests executionMaria Kustova2014-08-151-0/+405
| * | | docs: Specification for the image fuzzerMaria Kustova2014-08-151-0/+239
| * | | ide: only constrain read/write requests to drive size, not other typesMichael Tokarev2014-08-151-1/+2
| * | | virtio-blk: Correct bug in support for flexible descriptor layoutMarc Marí2014-08-151-7/+7
| * | | libqos: Change free function called in mallocMarc Marí2014-08-151-1/+1
| * | | libqos: Correct mask to align size to PAGE_SIZE in malloc-pcMarc Marí2014-08-151-1/+1
| * | | libqtest: add QTEST_LOG for debugging qtest testcasesMarc Marí2014-08-151-0/+4
| * | | ide: Fix segfault when flushing a device that doesn't existKevin Wolf2014-08-152-1/+17
| * | | qemu-options: add missing -drive discard option to cmdline helpPeter Lieven2014-08-151-1/+1
| * | | parallels: 2TB+ parallels images supportDenis V. Lunev2014-08-151-5/+20
| * | | parallels: split check for parallels format in parallels_openDenis V. Lunev2014-08-151-5/+8
| * | | parallels: replace tabs with spaces in block/parallels.cDenis V. Lunev2014-08-151-5/+5
| * | | parallels: extend parallels format header with actual data valuesDenis V. Lunev2014-08-151-3/+5
| * | | dataplane: stop trying on notifier errorCornelia Huck2014-08-151-1/+10
| * | | dataplane: fail notifier setting gracefullyCornelia Huck2014-08-151-4/+11
| * | | dataplane: print why starting failedCornelia Huck2014-08-151-5/+8
| * | | channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)Gonglei2014-08-151-1/+1
| * | | qemu-char: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)Gonglei2014-08-151-2/+2
| * | | cmd646: synchronise UDMA interrupt status with DMA interrupt statusMark Cave-Ayland2014-08-151-0/+24
| * | | cmd646: allow MRDMODE interrupt status bits clearing from PCI config spaceMark Cave-Ayland2014-08-151-2/+30
| * | | cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEStateMark Cave-Ayland2014-08-151-5/+4Star
| * | | cmd646: synchronise DMA interrupt status with UDMA interrupt statusMark Cave-Ayland2014-08-151-0/+22
| * | | cmd646: add constants for CNTRL register accessMark Cave-Ayland2014-08-151-2/+5
| * | | qtest/ide: Fix small memory leakJohn Snow2014-08-151-0/+2
| * | | libqos: allow qpci_iomap to return BAR mapping sizeJohn Snow2014-08-155-7/+10
| * | | libqos: Fixes a small memory leak.John Snow2014-08-152-0/+8
| * | | libqtest: Correct small memory leak.John Snow2014-08-151-0/+1
| * | | libqos: Correct memory leakJohn Snow2014-08-151-0/+3
| * | | qtest: Adding qtest_memset and qmemset.John Snow2014-08-152-0/+36
| * | | q35: Enable the ioapic device to be seen by qtest.John Snow2014-08-151-1/+1
| * | | ahci: construct PIO Setup FIS for PIO commandsPaolo Bonzini2014-08-151-0/+70
| * | | ide: make all commands go through cmd_donePaolo Bonzini2014-08-154-24/+16Star
| * | | ide: stop PIO transfer on errorsPaolo Bonzini2014-08-151-3/+2Star
| * | | ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini2014-08-152-24/+3Star
| * | | ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini2014-08-153-23/+23
| * | | ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini2014-08-153-11/+11
| * | | ide: fold add_status callback into set_inactivePaolo Bonzini2014-08-156-34/+15Star
| * | | ide: remove wrong setting of BM_STATUS_INTPaolo Bonzini2014-08-152-5/+0Star
| * | | ide: wrap start_dma callbackPaolo Bonzini2014-08-153-11/+11
| * | | ide: simplify start_transfer callbacksPaolo Bonzini2014-08-155-24/+5Star
| * | | ide: simplify async_cmd_done callbacksPaolo Bonzini2014-08-152-4/+2Star
| * | | ide: simplify set_inactive callbacksPaolo Bonzini2014-08-155-13/+5Star
| * | | ide: simplify reset callbacksPaolo Bonzini2014-08-155-13/+6Star