summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini1-10/+4
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini1-1/+1
2014-08-17target-sparc64: implement Short Floating-Point Store InstructionsArtyom Tarasenko1-1/+14
2014-08-17apb: add IOMMU flush register implementationMark Cave-Ayland1-2/+10
2014-08-17sun4u: switch second PCI-ebus bridge BAR over to PCI IO spaceMark Cave-Ayland1-2/+2
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell28-42/+62
2014-08-15qcow2: fix new_blocks double-free in alloc_refcount_block()Stefan Hajnoczi1-0/+1
2014-08-15image-fuzzer: Reduce number of generator functions in __init__Maria Kustova1-161/+143
2014-08-15image-fuzzer: Add generators of L1/L2 tablesMaria Kustova1-65/+190
2014-08-15image-fuzzer: Add fuzzing functions for L1/L2 table entriesMaria Kustova1-0/+28
2014-08-15docs: Expand the list of supported image elements with L1/L2 tablesMaria Kustova1-2/+1
2014-08-15image-fuzzer: Public API for image-fuzzer/runner/runner.pyMaria Kustova1-0/+1
2014-08-15image-fuzzer: Generator of fuzzed qcow2 imagesMaria Kustova1-0/+369
2014-08-15image-fuzzer: Fuzzing functions for qcow2 imagesMaria Kustova1-0/+327
2014-08-15image-fuzzer: Tool for fuzz tests executionMaria Kustova1-0/+405
2014-08-15docs: Specification for the image fuzzerMaria Kustova1-0/+239
2014-08-15ide: only constrain read/write requests to drive size, not other typesMichael Tokarev1-1/+2
2014-08-15virtio-blk: Correct bug in support for flexible descriptor layoutMarc Marí1-7/+7
2014-08-15libqos: Change free function called in mallocMarc Marí1-1/+1
2014-08-15libqos: Correct mask to align size to PAGE_SIZE in malloc-pcMarc Marí1-1/+1
2014-08-15libqtest: add QTEST_LOG for debugging qtest testcasesMarc Marí1-0/+4
2014-08-15ide: Fix segfault when flushing a device that doesn't existKevin Wolf2-1/+17
2014-08-15qemu-options: add missing -drive discard option to cmdline helpPeter Lieven1-1/+1
2014-08-15parallels: 2TB+ parallels images supportDenis V. Lunev1-5/+20
2014-08-15parallels: split check for parallels format in parallels_openDenis V. Lunev1-5/+8
2014-08-15parallels: replace tabs with spaces in block/parallels.cDenis V. Lunev1-5/+5
2014-08-15parallels: extend parallels format header with actual data valuesDenis V. Lunev1-3/+5
2014-08-15dataplane: stop trying on notifier errorCornelia Huck1-1/+10
2014-08-15dataplane: fail notifier setting gracefullyCornelia Huck1-4/+11
2014-08-15dataplane: print why starting failedCornelia Huck1-5/+8
2014-08-15channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)Gonglei1-1/+1
2014-08-15qemu-char: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)Gonglei1-2/+2
2014-08-15cmd646: synchronise UDMA interrupt status with DMA interrupt statusMark Cave-Ayland1-0/+24
2014-08-15cmd646: allow MRDMODE interrupt status bits clearing from PCI config spaceMark Cave-Ayland1-2/+30
2014-08-15cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEStateMark Cave-Ayland1-5/+4
2014-08-15cmd646: synchronise DMA interrupt status with UDMA interrupt statusMark Cave-Ayland1-0/+22
2014-08-15cmd646: add constants for CNTRL register accessMark Cave-Ayland1-2/+5
2014-08-15qtest/ide: Fix small memory leakJohn Snow1-0/+2
2014-08-15libqos: allow qpci_iomap to return BAR mapping sizeJohn Snow5-7/+10
2014-08-15libqos: Fixes a small memory leak.John Snow2-0/+8
2014-08-15libqtest: Correct small memory leak.John Snow1-0/+1
2014-08-15libqos: Correct memory leakJohn Snow1-0/+3
2014-08-15qtest: Adding qtest_memset and qmemset.John Snow2-0/+36
2014-08-15q35: Enable the ioapic device to be seen by qtest.John Snow1-1/+1
2014-08-15ahci: construct PIO Setup FIS for PIO commandsPaolo Bonzini1-0/+70
2014-08-15ide: make all commands go through cmd_donePaolo Bonzini4-24/+16
2014-08-15ide: stop PIO transfer on errorsPaolo Bonzini1-3/+2
2014-08-15ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini2-24/+3
2014-08-15ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini3-23/+23
2014-08-15ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini3-11/+11